|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticdesktop.aperture.datasource.base.DataSourceBase
org.semanticdesktop.aperture.crawler.samba.SambaDataSource
public class SambaDataSource
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\crawler\samba\SambaDataSource.ttl class uri: http://aperture.semanticdesktop.org/ontology/2010/05/19/sambads#SambaDataSource
| Constructor Summary | |
|---|---|
SambaDataSource()
|
|
| Method Summary | |
|---|---|
String |
getDomain()
Returns the The name of the domain or workgroup |
String |
getPassword()
Returns the The Password used to access this datasource. |
String |
getPath()
Returns the Path to the file or folder that is to be crawled |
Integer |
getPort()
Returns the The port number where the server is listening for connections |
String |
getServer()
Returns the The DNS name or the IP address of the server |
String |
getShare()
Returns the The name of the network share |
URI |
getType()
Returns a URI that indicates the DataSource type in a platform- and programming language-independent way. |
String |
getUsername()
Returns the Username used for authentication in a data source |
void |
setDomain(String domain)
Sets the The name of the domain or workgroup |
void |
setPassword(String password)
Sets the The Password used to access this datasource. |
void |
setPath(String path)
Sets the Path to the file or folder that is to be crawled |
void |
setPort(Integer port)
Sets the The port number where the server is listening for connections |
void |
setServer(String server)
Sets the The DNS name or the IP address of the server |
void |
setShare(String share)
Sets the The name of the network share |
void |
setUsername(String username)
Sets the Username used for authentication in a data source |
| 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 |
|---|
public SambaDataSource()
| Method Detail |
|---|
public URI getType()
DataSource
DataSource.getType()public String getDomain()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setDomain(String domain)
domain - The name of the domain or workgroup, can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic String getServer()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setServer(String server)
server - The DNS name or the IP address of the server, can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic Integer getPort()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setPort(Integer port)
port - The port number where the server is listening for connections, can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic String getUsername()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setUsername(String username)
username - Username used for authentication in a data source, can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic String getPassword()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setPassword(String password)
password - The Password used to access this datasource., can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic String getShare()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setShare(String share)
share - The name of the network share, can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic String getPath()
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this methodpublic void setPath(String path)
path - Path to the file or folder that is to be crawled, can be null in which case any previous setting will be removed
NullPointerException - if no configuration has been set, use
DataSourceBase.setConfiguration(RDFContainer) before calling this method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||