| Enum Constant and Description |
|---|
GROUP_EXEC |
GROUP_READ |
GROUP_WRITE |
OTHER_EXEC |
OTHER_READ |
OTHER_WRITE |
OWNER_EXEC |
OWNER_READ |
OWNER_WRITE |
| Modifier and Type | Method and Description |
|---|---|
static java.util.EnumSet<ChmodBit> |
set(ChmodBit... bits) |
static java.lang.String |
toString(boolean add,
java.util.Set<ChmodBit> bits) |
static java.lang.String |
toString(java.util.Set<ChmodBit> set,
java.util.Set<ChmodBit> clear) |
static ChmodBit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChmodBit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChmodBit OWNER_READ
public static final ChmodBit OWNER_WRITE
public static final ChmodBit OWNER_EXEC
public static final ChmodBit GROUP_READ
public static final ChmodBit GROUP_WRITE
public static final ChmodBit GROUP_EXEC
public static final ChmodBit OTHER_READ
public static final ChmodBit OTHER_WRITE
public static final ChmodBit OTHER_EXEC
public static ChmodBit[] values()
for (ChmodBit c : ChmodBit.values()) System.out.println(c);
public static ChmodBit valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.lang.String toString(boolean add,
java.util.Set<ChmodBit> bits)
public static java.lang.String toString(java.util.Set<ChmodBit> set, java.util.Set<ChmodBit> clear)
Copyright © 2014. All Rights Reserved.