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
U
- unescapableChar(String, int) - Method in class com.github.robtimus.filesystems.Messages.PathMatcherGlobMessages
-
Creates an exception that can be thrown if a glob contains an escape character (
\
) that does not escape an actual glob meta character. - unexpectedClassEnd(String, int) - Method in class com.github.robtimus.filesystems.Messages.PathMatcherGlobMessages
-
Creates an exception that can be thrown if a glob contains a class end character (
]
) that does not close a class. - unexpectedGroupEnd(String, int) - Method in class com.github.robtimus.filesystems.Messages.PathMatcherGlobMessages
-
Creates an exception that can be thrown if a glob contains a group end character (
}
) that does not close a group. - unsupportedAttribute(String) - Method in class com.github.robtimus.filesystems.Messages.FileStoreMessages
-
Creates an exception that can be thrown if
FileStore.getAttribute(String)
is called with an unsupported attribute. - unsupportedCopyOption(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 unsupported copy option. - unsupportedCreateFileAttribute(String) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.newByteChannel(Path, Set, FileAttribute...)
,FileSystemProvider.createDirectory(Path, FileAttribute...)
or a similar method is called with an unsupported file attribute. - unsupportedCreateFileAttributeValue(String, Object) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.newByteChannel(Path, Set, FileAttribute...)
,FileSystemProvider.createDirectory(Path, FileAttribute...)
or a similar method is called with an unsupported value for a supported file attribute. - unsupportedFileAttribute(String) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.readAttributes(Path, String, LinkOption...)
orFileSystemProvider.setAttribute(Path, String, Object, LinkOption...)
is called with an unsupported file attribute. - unsupportedFileAttributesType(Class<? extends BasicFileAttributes>) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.readAttributes(Path, Class, LinkOption...)
is called with an unsupported file attributes type. - unsupportedFileAttributeView(String) - Method in class com.github.robtimus.filesystems.Messages.FileSystemProviderMessages
-
Creates an exception that can be thrown if
FileSystemProvider.readAttributes(Path, String, LinkOption...)
orFileSystemProvider.setAttribute(Path, String, Object, LinkOption...)
is called with an unsupported file attribute view. - unsupportedOpenOption(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 unsupported open option. - unsupportedOperation(Class<?>, String) - Static method in class com.github.robtimus.filesystems.Messages
-
Creates an
UnsupportedOperationException
that can be thrown if an I/O operation, such asBasicFileAttributeView.setTimes(FileTime, FileTime, FileTime)
, is not supported. - unsupportedPathMatcherSyntax(String) - Method in class com.github.robtimus.filesystems.Messages.PathMatcherMessages
-
Creates an exception that can be thrown if
FileSystem.getPathMatcher(String)
is called with an unsupported syntax. - uri() - Static method in class com.github.robtimus.filesystems.Messages
-
Returns an object for providing translated messages and exceptions for URI validation.
- uris() - Method in class com.github.robtimus.filesystems.FileSystemMap
-
Returns the URIs of the currently added file systems.
- URISupport - Class in com.github.robtimus.filesystems
-
A utility class for
URI
s. - UTF8Control - Class in com.github.robtimus.filesystems
-
A resource bundle control that uses UTF-8 instead of the default encoding when reading resources from properties files.
All Classes All Packages