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