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

S

SEPARATOR - Static variable in class com.github.robtimus.filesystems.SimpleAbstractPath
The file separator.
separatorNotAllowedInClass(String, int) - Method in class com.github.robtimus.filesystems.Messages.PathMatcherGlobMessages
Creates an exception that can be thrown if a glob contains a separator (e.g.
setAttribute(String, Object, BasicFileAttributeView) - Static method in class com.github.robtimus.filesystems.attribute.FileAttributeSupport
Sets an attribute on a BasicFileAttributeView object.
setAttribute(String, Object, FileOwnerAttributeView) - Static method in class com.github.robtimus.filesystems.attribute.FileAttributeSupport
Sets an attribute on a FileOwnerAttributeView object.
setAttribute(String, Object, DosFileAttributeView) - Static method in class com.github.robtimus.filesystems.attribute.FileAttributeSupport
Sets an attribute on a DosFileAttributeView object.
setAttribute(String, Object, PosixFileAttributeView) - Static method in class com.github.robtimus.filesystems.attribute.FileAttributeSupport
Sets an attribute on a PosixFileAttributeView object.
setAttribute(String, Object, AclFileAttributeView) - Static method in class com.github.robtimus.filesystems.attribute.FileAttributeSupport
Sets an attribute on an AclFileAttributeView object.
setupIteration() - Method in class com.github.robtimus.filesystems.AbstractDirectoryStream
Performs the necessary steps to setup iteration.
SimpleAbstractPath - Class in com.github.robtimus.filesystems
This class provides a base implementation of the Path interface that uses a string to store the actual path.
SimpleAbstractPath(String) - Constructor for class com.github.robtimus.filesystems.SimpleAbstractPath
Creates a new path.
SimpleAbstractPath(String, boolean) - Constructor for class com.github.robtimus.filesystems.SimpleAbstractPath
Creates a new path.
SimpleFileAttribute<T> - Class in com.github.robtimus.filesystems.attribute
A simple file attribute implementation.
SimpleFileAttribute(String, T) - Constructor for class com.github.robtimus.filesystems.attribute.SimpleFileAttribute
Creates a new file attribute.
SimpleGroupPrincipal - Class in com.github.robtimus.filesystems.attribute
A GroupPrincipal implementation that simply stores a name.
SimpleGroupPrincipal(String) - Constructor for class com.github.robtimus.filesystems.attribute.SimpleGroupPrincipal
Creates a new group principal.
SimpleUserPrincipal - Class in com.github.robtimus.filesystems.attribute
A UserPrincipal implementation that simply stores a name.
SimpleUserPrincipal(String) - Constructor for class com.github.robtimus.filesystems.attribute.SimpleUserPrincipal
Creates a new user principal.
SIZE - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
The name of the size attribute, as used for BasicFileAttributeView.
startsWith(String) - Method in class com.github.robtimus.filesystems.AbstractPath
Tests if this path starts with a Path, constructed by converting the given path string.
startsWith(Path) - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
Tests if this path starts with the given path.
status(URI) - Method in class com.github.robtimus.filesystems.FileSystemMap
Returns the status for a file system.
subpath(int, int) - Method in class com.github.robtimus.filesystems.SimpleAbstractPath
Returns a relative Path that is a subsequence of the name elements of this path.
supportsAttribute(String) - Method in class com.github.robtimus.filesystems.attribute.FileAttributeViewMetadata
Checks whether or not an attribute is supported by the view this metadata object applies to.
supportsAttribute(String, FileAttributeViewMetadata.Operation) - Method in class com.github.robtimus.filesystems.attribute.FileAttributeViewMetadata
Checks whether or not an attribute is supported by the view this metadata object applies to for a specific operation.
syntaxNotFound(String) - Method in class com.github.robtimus.filesystems.Messages.PathMatcherMessages
Creates an exception that can be thrown if FileSystem.getPathMatcher(String) is called with a string that does not contain a syntax part.
SYSTEM - Static variable in class com.github.robtimus.filesystems.attribute.FileAttributeConstants
The name of the system attribute, as used for DosFileAttributeView.
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.