org.semanticdesktop.aperture.outlook
Class OutlookDataSource

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

public class OutlookDataSource
extends DataSourceBase

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


Constructor Summary
OutlookDataSource()
           
 
Method Summary
 String getRootUrl()
          Returns the URL used as a prefix for URIs of all outlook resources.
 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 used as a prefix for URIs of all outlook resources.
 
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

OutlookDataSource

public OutlookDataSource()
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 used as a prefix for URIs of all outlook resources. It should begin with outlook://

Returns:
the URL used as a prefix for URIs of all outlook resources. It should begin with outlook:// 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 used as a prefix for URIs of all outlook resources. It should begin with outlook://

Parameters:
rootUrl - URL used as a prefix for URIs of all outlook resources. It should begin with outlook://, 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.