Uses of Class
com.github.robtimus.filesystems.attribute.FileAttributeViewMetadata.Operation
-
Packages that use FileAttributeViewMetadata.Operation Package Description com.github.robtimus.filesystems.attribute Provides utility classes and interfaces that can assist in implementing file and file system attributes. -
-
Uses of FileAttributeViewMetadata.Operation in com.github.robtimus.filesystems.attribute
Methods in com.github.robtimus.filesystems.attribute that return FileAttributeViewMetadata.Operation Modifier and Type Method Description static FileAttributeViewMetadata.OperationFileAttributeViewMetadata.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static FileAttributeViewMetadata.Operation[]FileAttributeViewMetadata.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.robtimus.filesystems.attribute with parameters of type FileAttributeViewMetadata.Operation Modifier and Type Method Description Set<String>FileAttributeViewMetadata. attributeNames(FileAttributeViewMetadata.Operation operation)Returns the names of the attributes that are supported in the view this metadata object applies to for a specific operation.booleanFileAttributeViewMetadata. supportsAttribute(String attributeName, FileAttributeViewMetadata.Operation operation)Checks whether or not an attribute is supported by the view this metadata object applies to for a specific operation.FileAttributeViewMetadata.BuilderFileAttributeViewMetadata.Builder. withAttribute(String attributeName, Type attributeType, FileAttributeViewMetadata.Operation firstOperation, FileAttributeViewMetadata.Operation... additionalOperations)Adds a single attribute that is only supported for specific operations.
-