org.semanticdesktop.aperture.datasource.ical
Class IcalDataSource

java.lang.Object
  extended by org.semanticdesktop.aperture.datasource.base.DataSourceBase
      extended by org.semanticdesktop.aperture.datasource.ical.IcalDataSource
All Implemented Interfaces:
DataSource

public class IcalDataSource
extends DataSourceBase

Data source class file. Created by org.semanticdesktop.aperture.datasource.mojo.DataSourceClassGenerator on Thu Jul 01 14:28:15 CEST 2010 input file: D:\intella\aperture-trunk\target\checkout\core\src\main\resources\org\semanticdesktop\aperture\datasource\ical\icalDataSource.ttl class uri: http://aperture.semanticdesktop.org/ontology/2007/08/12/icalds#IcalDataSource


Constructor Summary
IcalDataSource()
           
 
Method Summary
 String getRootUrl()
          Returns the URL of the ical file to be crawled.
 URI getType()
          Returns a URI that indicates the DataSource type in a platform- and programming language-independent way.
 void setRootUrl(String rootUrl)
          Sets the URL of the ical file to be crawled.
 
Methods inherited from class org.semanticdesktop.aperture.datasource.base.DataSourceBase
dispose, getComment, getConfiguration, getID, getName, getTimeout, setComment, setConfiguration, setName, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IcalDataSource

public IcalDataSource()
Method Detail

getType

public URI getType()
Description copied from interface: DataSource
Returns a URI that indicates the DataSource type in a platform- and programming language-independent way.

Returns:
A URI indicating the DataSource type
See Also:
DataSource.getType()

getRootUrl

public String getRootUrl()
Returns the URL of the ical file to be crawled.

Returns:
the URL of the ical file to be crawled. or null if no value has been set
Throws:
NullPointerException - if no configuration has been set, use DataSourceBase.setConfiguration(RDFContainer) before calling this method

setRootUrl

public void setRootUrl(String rootUrl)
Sets the URL of the ical file to be crawled.

Parameters:
rootUrl - URL of the ical file to be crawled., can be null in which case any previous setting will be removed
Throws:
NullPointerException - if no configuration has been set, use DataSourceBase.setConfiguration(RDFContainer) before calling this method


Copyright © 2010 Aperture Development Team. All Rights Reserved.