Uses of Class
java.nio.file.attribute.AclEntry
-
Packages that use AclEntry 软件包 描述 java.nio.file.attribute 提供访问文件和文件系统属性的接口和类。 -
-
Uses of AclEntry in java.nio.file.attribute
Methods in java.nio.file.attribute that return AclEntry Modifier and Type 方法 描述 AclEntry
AclEntry.Builder. build()
从此构建器的组件构造一个AclEntry
。Methods in java.nio.file.attribute that return types with arguments of type AclEntry Modifier and Type 方法 描述 List<AclEntry>
AclFileAttributeView. getAcl()
读取访问控制列表。Methods in java.nio.file.attribute with parameters of type AclEntry Modifier and Type 方法 描述 static AclEntry.Builder
AclEntry. newBuilder(AclEntry entry)
使用现有ACL条目的组件构造一个新构建器。Method parameters in java.nio.file.attribute with type arguments of type AclEntry Modifier and Type 方法 描述 void
AclFileAttributeView. setAcl(List<AclEntry> acl)
更新(替换)访问控制列表。
-