org.semanticdesktop.aperture.addressbook.thunderbird
Class ThunderbirdAddressbookDataSource

java.lang.Object
  extended by org.semanticdesktop.aperture.datasource.base.DataSourceBase
      extended by org.semanticdesktop.aperture.addressbook.thunderbird.ThunderbirdAddressbookDataSource
All Implemented Interfaces:
DataSource

public class ThunderbirdAddressbookDataSource
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\addressbook\thunderbird\ThunderbirdAddressbookDataSource.ttl class uri: http://aperture.semanticdesktop.org/ontology/2007/08/12/thunderbirdaddresbookds#ThunderbirdAddressbookDataSource


Constructor Summary
ThunderbirdAddressbookDataSource()
           
 
Method Summary
 String getThunderbirdAddressbookPath()
          Returns the Path to the file where the addresbook is stored.
 URI getType()
          Returns a URI that indicates the DataSource type in a platform- and programming language-independent way.
 void setThunderbirdAddressbookPath(String thunderbirdAddressbookPath)
          Sets the Path to the file where the addresbook is stored.
 
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

ThunderbirdAddressbookDataSource

public ThunderbirdAddressbookDataSource()
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()

getThunderbirdAddressbookPath

public String getThunderbirdAddressbookPath()
Returns the Path to the file where the addresbook is stored.

Returns:
the Path to the file where the addresbook is stored. or null if no value has been set
Throws:
NullPointerException - if no configuration has been set, use DataSourceBase.setConfiguration(RDFContainer) before calling this method

setThunderbirdAddressbookPath

public void setThunderbirdAddressbookPath(String thunderbirdAddressbookPath)
Sets the Path to the file where the addresbook is stored.

Parameters:
thunderbirdAddressbookPath - Path to the file where the addresbook is stored., 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.