public interface FileSystem
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdaptorName()
Get the name of the adaptor that created this FileSystem.
|
Path |
getEntryPath()
Get the entry path of this file system.
|
java.lang.String |
getLocation()
Get the location of the FileSystem.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Get the properties used to create this FileSystem.
|
java.lang.String |
getScheme()
Get the scheme used to access the FileSystem.
|
java.lang.String getAdaptorName()
java.lang.String getLocation()
java.lang.String getScheme()
java.util.Map<java.lang.String,java.lang.String> getProperties()
Path getEntryPath()
"/home/username"
.