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 变量和类型 方法 描述 AclEntryAclEntry.Builder. build()从此构建器的组件构造AclEntry。Methods in java.nio.file.attribute that return types with arguments of type AclEntry 变量和类型 方法 描述 List<AclEntry>AclFileAttributeView. getAcl()读取访问控制列表。Methods in java.nio.file.attribute with parameters of type AclEntry 变量和类型 方法 描述 static AclEntry.BuilderAclEntry. newBuilder(AclEntry entry)使用现有ACL条目的组件构造新构建器。Method parameters in java.nio.file.attribute with type arguments of type AclEntry 变量和类型 方法 描述 voidAclFileAttributeView. setAcl(List<AclEntry> acl)更新(替换)访问控制列表。 
 -