Uses of Class
java.nio.file.attribute.AclEntryFlag
-
Packages that use AclEntryFlag 软件包 描述 java.nio.file.attribute 提供对文件和文件系统属性的访问的接口和类。 -
-
Uses of AclEntryFlag in java.nio.file.attribute
Methods in java.nio.file.attribute that return AclEntryFlag 变量和类型 方法 描述 static AclEntryFlag
AclEntryFlag. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static AclEntryFlag[]
AclEntryFlag. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.nio.file.attribute that return types with arguments of type AclEntryFlag 变量和类型 方法 描述 Set<AclEntryFlag>
AclEntry. flags()
返回flags组件的副本。Methods in java.nio.file.attribute with parameters of type AclEntryFlag 变量和类型 方法 描述 AclEntry.Builder
AclEntry.Builder. setFlags(AclEntryFlag... flags)
设置此构建器的flags组件。Method parameters in java.nio.file.attribute with type arguments of type AclEntryFlag 变量和类型 方法 描述 AclEntry.Builder
AclEntry.Builder. setFlags(Set<AclEntryFlag> flags)
设置此构建器的flags组件。
-