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
I
- illegalCopyOptionCombination(CopyOption...) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.copy(Path, Path, CopyOption...)
orFileSystemProvider.move(Path, Path, CopyOption...)
is called with an illegal combination of copy options. - illegalCopyOptionCombination(Collection<? extends CopyOption>) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.copy(Path, Path, CopyOption...)
orFileSystemProvider.move(Path, Path, CopyOption...)
is called with an illegal combination of copy options. - illegalOpenOptionCombination(OpenOption...) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.newByteChannel(Path, Set, FileAttribute...)
or a similar method is called with an illegal combination of open options. - illegalOpenOptionCombination(Collection<? extends OpenOption>) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.newByteChannel(Path, Set, FileAttribute...)
or a similar method is called with an illegal combination of open options. - INSTANCE - Static variable in class com.github.robtimus.filesystems.UTF8Control
-
The single instance.
- invalidIndex(int) - Static method in class com.github.robtimus.filesystems.Messages
-
Creates an exception that can be thrown for an invalid index.
- invalidProperty(String, Object) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderEnvMessages
-
Creates an exception that can be thrown if
FileSystemProvider.newFileSystem(URI, Map)
orFileSystemProvider.newFileSystem(Path, Map)
is called with an invalid value for a property. - invalidPropertyCombination(Collection<String>) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderEnvMessages
-
Creates an exception that can be thrown if
FileSystemProvider.newFileSystem(URI, Map)
orFileSystemProvider.newFileSystem(Path, Map)
is called with an invalid combination of properties. - invalidRange(int, int) - Static method in class com.github.robtimus.filesystems.Messages
-
Creates an exception that can be thrown for an invalid range.
- invalidScheme(URI, String) - Method in class com.github.robtimus.filesystems.Messages.URIMessages
-
Creates an exception that can be thrown if a URI (e.g. used for
FileSystemProvider.getPath(URI)
) has an invalid scheme. - IS_DIRECTORY - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
-
The name of the
isDirectory
attribute, as used forBasicFileAttributeView
. - IS_OTHER - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
-
The name of the
isOther
attribute, as used forBasicFileAttributeView
. - IS_REGULAR_FILE - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
-
The name of the
isRegularFile
attribute, as used forBasicFileAttributeView
. - IS_SYMBOLIC_LINK - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
-
The name of the
isSymbolicLink
attribute, as used forBasicFileAttributeView
. - isAbsolute() - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Tells whether or not this path is absolute.
- isDirectory(String) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.newByteChannel(Path, Set, FileAttribute...)
or a similar method is called with a directory. - isNormalized() - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
-
Tells whether or not this path is normalized.
- isNotFound() - Method in class com.github.robtimus.filesystems.FileSystemMap.FileSystemStatus
-
Returns whether or not the file system was found.
- iterator() - Method in class com.github.robtimus.filesystems.AbstractDirectoryStream
- iterator() - Method in class com.github.robtimus.filesystems.AbstractPath
-
Returns an iterator over the name elements of this path.
- iteratorAlreadyReturned() - Method in class com.github.robtimus.filesystems.Messages.DirectoryStreamMessages
-
Creates an exception that can be closed if
DirectoryStream.iterator()
is called after the iterator was already returned.
All Classes All Packages