A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- READ - com.github.robtimus.filesystems.attribute.FileAttributeViewMetadata.Operation
-
Read file attributes.
- READONLY - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
-
The name of the
readonly
attribute, as used forDosFileAttributeView
. - register(Cleaner, Object, CleanerSupport.CleanAction) - Static method in class com.github.robtimus.filesystems.CleanerSupport
-
Registers an object and a cleaning action in a
Cleaner
. - register(WatchService, WatchEvent.Kind<?>...) - Method in class com.github.robtimus.filesystems.AbstractPath
-
Registers the file located by this path with a watch service.
- relativize(Path) - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Constructs a relative path between this path and a given path.
- relativizeAbsoluteRelativeMismatch() - Method in class com.github.robtimus.filesystems.Messages.PathMessages
-
Creates an exception that can be thrown if
Path.relativize(Path)
is called and one of the paths is absolute and the other is not. - remove(URI) - Method in class com.github.robtimus.filesystems.FileSystemMap
-
Removes a previously added file system.
- resolve(String) - Method in class com.github.robtimus.filesystems.AbstractPath
-
Converts a given path string to a
Path
and resolves it against thisPath
. - resolve(Path) - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Resolve the given path against this path.
- resolveSibling(String) - Method in class com.github.robtimus.filesystems.AbstractPath
-
Converts a given path string to a
Path
and resolves it against this path'sparent
path. - resolveSibling(Path) - Method in class com.github.robtimus.filesystems.AbstractPath
-
Resolves the given path against this path's
parent
path. - returnType(Class<?>, String, Class<?>...) - Static method in class com.github.robtimus.filesystems.attribute.FileAttributeViewMetadata.Builder
-
Returns a
Type
representing the return type of an existing public method. - ROOT_PATH - Static variable in class com.github.robtimus.filesystems.SimpleAbstractPath
-
The root path.
- rootPath() - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Returns the root path.
- run() - Method in interface com.github.robtimus.filesystems.CleanerSupport.CleanAction
-
Runs the action.
All Classes All Packages