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
C
- clean(Cleaner.Cleanable) - Static method in class com.github.robtimus.filesystems.CleanerSupport
-
Invokes a
Cleaner.Cleanable
, unwrapping anyUncheckedIOException
thrown by it. - CleanerSupport - Class in com.github.robtimus.filesystems
-
A utility class for
Cleaner
s. - CleanerSupport.CleanAction - Interface in com.github.robtimus.filesystems
-
An action to invoke when objects become phantom reachable.
- close() - Method in class com.github.robtimus.filesystems.AbstractDirectoryStream
- closed() - Method in class com.github.robtimus.filesystems.Messages.DirectoryStreamMessages
-
Creates an exception that can be closed if
DirectoryStream.iterator()
is called on a closed directory stream. - com.github.robtimus.filesystems - module com.github.robtimus.filesystems
-
A collection of classes that help in writing NIO.2 file systems.
- com.github.robtimus.filesystems - package com.github.robtimus.filesystems
-
Provides utility classes and interfaces that can assist in implementing file systems.
- com.github.robtimus.filesystems.attribute - package com.github.robtimus.filesystems.attribute
-
Provides utility classes and interfaces that can assist in implementing file and file system attributes.
- compareTo(Path) - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Compares two abstract paths lexicographically.
- containsView(Class<? extends FileAttributeView>) - Method in class com.github.robtimus.filesystems.attribute.FileAttributeViewCollection
-
Returns whether or not this collection contains a specific view.
- containsView(String) - Method in class com.github.robtimus.filesystems.attribute.FileAttributeViewCollection
-
Returns whether or not this collection contains a specific view.
- create(String, String, String) - Static method in class com.github.robtimus.filesystems.URISupport
-
Utility method that calls
URI(String, String, String)
, wrapping any thrownURISyntaxException
in anIllegalArgumentException
. - create(String, String, String, int, String, String, String) - Static method in class com.github.robtimus.filesystems.URISupport
-
Utility method that calls
URI(String, String, String, int, String, String, String)
, wrapping any thrownURISyntaxException
in anIllegalArgumentException
. - create(String, String, String, String) - Static method in class com.github.robtimus.filesystems.URISupport
-
Utility method that calls
URI(String, String, String, String)
, wrapping any thrownURISyntaxException
in anIllegalArgumentException
. - create(String, String, String, String, String) - Static method in class com.github.robtimus.filesystems.URISupport
-
Utility method that calls
URI(String, String, String, String, String)
, wrapping any thrownURISyntaxException
in anIllegalArgumentException
. - create(URI, Map<String, ?>) - Method in interface com.github.robtimus.filesystems.FileSystemMap.FileSystemFactory
-
Creates a new file system.
- createPath(String) - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Creates a new path.
- createSeekableByteChannel(InputStream, long) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Creates a
SeekableByteChannel
wrapped around anInputStream
. - createSeekableByteChannel(InputStream, long, long) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Creates a
SeekableByteChannel
wrapped around anInputStream
. - createSeekableByteChannel(OutputStream) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Creates a
SeekableByteChannel
wrapped around anOutputStream
. - createSeekableByteChannel(OutputStream, long) - Static method in class com.github.robtimus.filesystems.FileSystemProviderSupport
-
Creates a
SeekableByteChannel
wrapped around anOutputStream
. - CREATION_TIME - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
-
The name of the
creationTime
attribute, as used forBasicFileAttributeView
. - CURRENT_DIR - Static variable in class com.github.robtimus.filesystems.SimpleAbstractPath
-
The relative path to the current directory.
All Classes All Packages