Package | Description |
---|---|
org.apache.commons.vfs2.util |
Utility classes used by the VFS.
|
Modifier and Type | Method and Description |
---|---|
static PosixPermissions.Type |
PosixPermissions.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PosixPermissions.Type[] |
PosixPermissions.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
PosixPermissions.get(PosixPermissions.Type type)
Tests whether the bit corresponding to the permission is set.
|
Modifier and Type | Method and Description |
---|---|
private int |
PosixPermissions.computeNewPermissions(java.util.Map<PosixPermissions.Type,java.lang.Boolean> values)
Computes new permission from old ones.
|