Searched defs:setAcl (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DAclFileAttributeView.java40 * #setAcl(List) setAcl} methods to read and write ACLs based on the ACL
90 * view.setAcl(acl);
118 * update the ACL or owner attributes as if by invoking the {@link #setAcl setAcl}
158 * existing ACL. The {@link #setAcl setAcl} method is used to update
208 void setAcl(List<AclEntry> acl) throws IOException; method in interface:AclFileAttributeView
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsAclFileAttributeView.java211 public void setAcl(List<AclEntry> acl) throws IOException { method in class:WindowsAclFileAttributeView
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisAclFileAttributeView.java336 public void setAcl(List<AclEntry> acl) throws IOException { method in class:SolarisAclFileAttributeView

Completed in 30 milliseconds