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
H
- hasAuthority(URI) - 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 authority component. - hasFragment(URI) - 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 a fragment component. - hashCode() - Method in class com.github.robtimus.filesystems.attribute.SimpleFileAttribute
- hashCode() - Method in class com.github.robtimus.filesystems.attribute.SimpleUserPrincipal
- hashCode() - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
- hasHost(URI) - 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 a host component. - hasNoAuthority(URI) - 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)
) does not have an authority component. - hasNoFragment(URI) - 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)
) does not have a fragment component. - hasNoHost(URI) - 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)
) does not have a host component. - hasNoPath(URI) - 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)
) does not have a path component. - hasNoPort(URI) - 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)
) does not have a port number. - hasNoQuery(URI) - 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)
) does not have a query component. - hasNoUserInfo(URI) - 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)
) does not have a user-info component. - hasPath(URI) - 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 a path component. - hasPermission(int, PosixFilePermission) - Static method in class com.github.robtimus.filesystems.attribute.PosixFilePermissionSupport
-
Returns whether or not a specific permission is set in a permission bit mask.
- hasPort(URI) - 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 a port number. - hasQuery(URI) - 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 a query component. - hasUserInfo(URI) - 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 a user-info component. - HIDDEN - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
-
The name of the
hidden
attribute, as used forDosFileAttributeView
.
All Classes All Packages