Uses of Enum Class
java.nio.file.attribute.AclEntryFlag
Package
Description
Interfaces and classes providing access to file and file system attributes.
-
Uses of AclEntryFlag in java.nio.file.attribute
Modifier and TypeMethodDescriptionstatic AclEntryFlag
Returns the enum constant of this class with the specified name.static AclEntryFlag[]
AclEntryFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAclEntry.Builder.setFlags(AclEntryFlag... flags)
Sets the flags component of this builder.Modifier and TypeMethodDescriptionAclEntry.Builder.setFlags(Set<AclEntryFlag> flags)
Sets the flags component of this builder.