Interface IConnectionDescription
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
IFileConnectionDescription,IFileSystemConnectionDescription,IHttpConnectionDescription,IMemoryConnectionDescription,IResourceReferenceConnectionDescription
- All Known Implementing Classes:
AbstractConnectionDescription,AbstractHttpConnectionDescription,FileConnectionDescription,FileSystemConnectionDescription,HttpConnectionDescription,MemoryConnectionDescription
public interface IConnectionDescription extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConnectionDescriptionadapt(IAuthentication authentication)IAuthenticationgetAuthentication()DataSourceTypegetDataSourceType()java.lang.StringgetFormat()java.net.URIgetURI()java.lang.StringgetUrl()DataSourceVersiongetVersion()
-
-
-
Method Detail
-
adapt
IConnectionDescription adapt(IAuthentication authentication)
-
getAuthentication
IAuthentication getAuthentication()
-
getUrl
java.lang.String getUrl()
-
getURI
java.net.URI getURI()
-
getFormat
java.lang.String getFormat()
-
getDataSourceType
DataSourceType getDataSourceType()
-
getVersion
DataSourceVersion getVersion()
-
-