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 Modifier and Type 方法 描述 static AclEntryFlag
AclEntryFlag. valueOf(String name)
以指定的名称返回此类型的枚举常量。static AclEntryFlag[]
AclEntryFlag. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.nio.file.attribute that return types with arguments of type AclEntryFlag Modifier and Type 方法 描述 Set<AclEntryFlag>
AclEntry. flags()
返回flags组件的副本。Methods in java.nio.file.attribute with parameters of type AclEntryFlag Modifier and Type 方法 描述 AclEntry.Builder
AclEntry.Builder. setFlags(AclEntryFlag... flags)
设置此构建器的标志组件。Method parameters in java.nio.file.attribute with type arguments of type AclEntryFlag Modifier and Type 方法 描述 AclEntry.Builder
AclEntry.Builder. setFlags(Set<AclEntryFlag> flags)
设置此构建器的标志组件。
-