Uses of Enum Class
java.nio.file.attribute.AclEntryFlag
Packages that use AclEntryFlag
Package
Description
Interfaces and classes providing access to file and file system attributes.
-
Uses of AclEntryFlag in java.nio.file.attribute
Methods in java.nio.file.attribute that return AclEntryFlagModifier 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.Methods in java.nio.file.attribute that return types with arguments of type AclEntryFlagMethods in java.nio.file.attribute with parameters of type AclEntryFlagModifier and TypeMethodDescriptionAclEntry.Builder.setFlags
(AclEntryFlag... flags) Sets the flags component of this builder.Method parameters in java.nio.file.attribute with type arguments of type AclEntryFlagModifier and TypeMethodDescriptionAclEntry.Builder.setFlags
(Set<AclEntryFlag> flags) Sets the flags component of this builder.