- get(URI) - Method in class com.github.robtimus.filesystems.FileSystemMap
-
Returns a previously added file system.
- getAttributeName(String) - Static method in class com.github.robtimus.filesystems.attribute.FileAttributeSupport
-
Returns the attribute name from a string representing an attribute to be set for a specific view.
- getAttributeNames(String, FileAttributeViewMetadata) - Static method in class com.github.robtimus.filesystems.attribute.FileAttributeSupport
-
Returns the actual attribute names from a string representing attributes to read for a specific view.
- getBooleanValue(Map<String, ?>, String) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves a required boolean property from a map.
- getBooleanValue(Map<String, ?>, String, boolean) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves an optional boolean property from a map.
- getByteValue(Map<String, ?>, String) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves a required byte property from a map.
- getByteValue(Map<String, ?>, String, byte) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves an optional byte property from a map.
- getDoubleValue(Map<String, ?>, String) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves a required double property from a map.
- getDoubleValue(Map<String, ?>, String, double) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves an optional double property from a map.
- getFileName() - Method in class com.github.robtimus.filesystems.AbstractPath
-
Returns the name of the file or directory denoted by this path as a Path
object.
- getFloatValue(Map<String, ?>, String) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves a required float property from a map.
- getFloatValue(Map<String, ?>, String, float) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves an optional float property from a map.
- getIntValue(Map<String, ?>, String) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves a required int property from a map.
- getIntValue(Map<String, ?>, String, int) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves an optional int property from a map.
- getLongValue(Map<String, ?>, String) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves a required long property from a map.
- getLongValue(Map<String, ?>, String, long) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves an optional long property from a map.
- getName(int) - Method in class com.github.robtimus.filesystems.AbstractPath
-
Returns a name element of this path as a Path
object.
- getName() - Method in class com.github.robtimus.filesystems.attribute.SimpleUserPrincipal
-
- getNameCount() - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Returns the number of name elements in the path.
- getNext() - Method in class com.github.robtimus.filesystems.AbstractDirectoryStream
-
Returns the next element in iteration.
- getParent() - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Returns the parent path, or null
if this path does not have a parent.
- getRoot() - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Returns the root component of this path as a Path
object, or null
if this path does not have a root component.
- getShortValue(Map<String, ?>, String) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves a required short property from a map.
- getShortValue(Map<String, ?>, String, short) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves an optional short property from a map.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves a required property from a map.
- getValue(Map<String, ?>, String, Class<T>, T) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Retrieves an optional property from a map.
- getView(String) - Method in class com.github.robtimus.filesystems.attribute.FileAttributeViewCollection
-
- getViewName(String) - Static method in class com.github.robtimus.filesystems.attribute.FileAttributeSupport
-
Returns the view name from a string representing attributes to read.
- glob() - Method in class com.github.robtimus.filesystems.Messages.PathMatcherMessages
-
Returns an object for providing translated messages and exceptions for globs.
- GROUP - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
-