@InterfaceAudience.Public @InterfaceStability.Evolving public class AclStatus extends Object
AclStatus.Builder to create a new instance.| Modifier and Type | Class and Description |
|---|---|
static class |
AclStatus.Builder
Builder for creating new Acl instances.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AclEntry> |
getEntries()
Returns the list of all ACL entries, ordered by their natural ordering.
|
String |
getGroup()
Returns the file group.
|
String |
getOwner()
Returns the file owner.
|
int |
hashCode() |
boolean |
isStickyBit()
Returns the sticky bit.
|
String |
toString() |
public boolean isStickyBit()
public List<AclEntry> getEntries()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.