Uses of Class
java.nio.file.attribute.AclEntryType
-
Packages that use AclEntryType 软件包 描述 java.nio.file.attribute 提供访问文件和文件系统属性的接口和类。 -
-
Uses of AclEntryType in java.nio.file.attribute
Methods in java.nio.file.attribute that return AclEntryType Modifier and Type 方法 描述 AclEntryType
AclEntry. type()
返回ACL条目类型。static AclEntryType
AclEntryType. valueOf(String name)
以指定的名称返回此类型的枚举常量。static AclEntryType[]
AclEntryType. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.nio.file.attribute with parameters of type AclEntryType Modifier and Type 方法 描述 AclEntry.Builder
AclEntry.Builder. setType(AclEntryType type)
设置此构建器的类型组件。
-