Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

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...) or FileSystemProvider.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...) or FileSystemProvider.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) or FileSystemProvider.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) or FileSystemProvider.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.
IS_DIRECTORY - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
The name of the isDirectory attribute, as used for BasicFileAttributeView.
IS_OTHER - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
The name of the isOther attribute, as used for BasicFileAttributeView.
IS_REGULAR_FILE - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
The name of the isRegularFile attribute, as used for BasicFileAttributeView.
IS_SYMBOLIC_LINK - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
The name of the isSymbolicLink attribute, as used for BasicFileAttributeView.
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.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2016–2023. All rights reserved.