Class AbstractConnectionDescription
- java.lang.Object
-
- net.anwiba.commons.datasource.connection.AbstractConnectionDescription
-
- All Implemented Interfaces:
java.io.Serializable,IConnectionDescription
- Direct Known Subclasses:
AbstractHttpConnectionDescription,FileConnectionDescription,FileSystemConnectionDescription
public abstract class AbstractConnectionDescription extends java.lang.Object implements IConnectionDescription
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractConnectionDescription(DataSourceType dataSourceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSourceTypegetDataSourceType()DataSourceVersiongetVersion()voidsetVersion(DataSourceVersion version)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.datasource.connection.IConnectionDescription
adapt, getAuthentication, getFormat, getURI, getUrl
-
-
-
-
Constructor Detail
-
AbstractConnectionDescription
public AbstractConnectionDescription(DataSourceType dataSourceType)
-
-
Method Detail
-
setVersion
public void setVersion(DataSourceVersion version)
-
getVersion
public DataSourceVersion getVersion()
- Specified by:
getVersionin interfaceIConnectionDescription
-
getDataSourceType
public DataSourceType getDataSourceType()
- Specified by:
getDataSourceTypein interfaceIConnectionDescription
-
-