public class FileSystemConnectionDescription extends AbstractConnectionDescription implements IFileSystemConnectionDescription
| Constructor and Description |
|---|
FileSystemConnectionDescription(File file) |
FileSystemConnectionDescription(Path root,
Path homePath) |
| Modifier and Type | Method and Description |
|---|---|
FileSystemConnectionDescription |
adapt(IAuthentication authentication) |
boolean |
equals(Object object) |
IAuthentication |
getAuthentication() |
String |
getFormat() |
Path |
getHomePath() |
IResourceReference |
getResourceReference() |
Path |
getRootPath() |
String |
getScheme() |
URI |
getURI() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
getDataSourceType, getVersion, setVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDataSourceType, getVersionpublic FileSystemConnectionDescription(File file)
public FileSystemConnectionDescription adapt(IAuthentication authentication)
adapt in interface IConnectionDescriptionadapt in interface IFileSystemConnectionDescriptionadapt in interface IResourceReferenceConnectionDescriptionpublic IAuthentication getAuthentication()
getAuthentication in interface IConnectionDescriptionpublic IResourceReference getResourceReference()
getResourceReference in interface IResourceReferenceConnectionDescriptionpublic String getUrl()
getUrl in interface IConnectionDescriptionpublic URI getURI()
getURI in interface IConnectionDescriptiongetURI in interface IFileSystemConnectionDescriptionpublic String getFormat()
getFormat in interface IConnectionDescriptionpublic Path getRootPath()
getRootPath in interface IFileSystemConnectionDescriptionpublic Path getHomePath()
getHomePath in interface IFileSystemConnectionDescriptionpublic String getScheme()
getScheme in interface IFileSystemConnectionDescriptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.