Interface IFileSystemConnectionDescription
-
- All Superinterfaces:
IConnectionDescription,IResourceReferenceConnectionDescription,java.io.Serializable
- All Known Implementing Classes:
FileSystemConnectionDescription
public interface IFileSystemConnectionDescription extends IResourceReferenceConnectionDescription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFileSystemConnectionDescriptionadapt(IAuthentication authentication)java.nio.file.PathgetHomePath()java.nio.file.PathgetRootPath()java.lang.StringgetScheme()java.net.URIgetURI()-
Methods inherited from interface net.anwiba.commons.datasource.connection.IConnectionDescription
getAuthentication, getDataSourceType, getFormat, getUrl, getVersion
-
Methods inherited from interface net.anwiba.commons.datasource.connection.IResourceReferenceConnectionDescription
getResourceReference
-
-
-
-
Method Detail
-
adapt
IFileSystemConnectionDescription adapt(IAuthentication authentication)
- Specified by:
adaptin interfaceIConnectionDescription- Specified by:
adaptin interfaceIResourceReferenceConnectionDescription
-
getURI
java.net.URI getURI()
- Specified by:
getURIin interfaceIConnectionDescription
-
getHomePath
java.nio.file.Path getHomePath()
-
getScheme
java.lang.String getScheme()
-
getRootPath
java.nio.file.Path getRootPath()
-
-