Interface IFileConnectionDescription
-
- All Superinterfaces:
IConnectionDescription,IResourceReferenceConnectionDescription,java.io.Serializable
- All Known Implementing Classes:
FileConnectionDescription
public interface IFileConnectionDescription extends IResourceReferenceConnectionDescription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFileConnectionDescriptionadapt(IAuthentication authentication)-
Methods inherited from interface net.anwiba.commons.datasource.connection.IConnectionDescription
getAuthentication, getDataSourceType, getFormat, getURI, getUrl, getVersion
-
Methods inherited from interface net.anwiba.commons.datasource.connection.IResourceReferenceConnectionDescription
getResourceReference
-
-
-
-
Method Detail
-
adapt
IFileConnectionDescription adapt(IAuthentication authentication)
- Specified by:
adaptin interfaceIConnectionDescription- Specified by:
adaptin interfaceIResourceReferenceConnectionDescription
-
-