Package | Description |
---|---|
com.peterphi.std.io |
Modifier and Type | Method | Description |
---|---|---|
static ChmodBit |
ChmodBit.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ChmodBit[] |
ChmodBit.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static EnumSet<ChmodBit> |
ChmodBit.set(ChmodBit... bits) |
Modifier and Type | Method | Description |
---|---|---|
static EnumSet<ChmodBit> |
ChmodBit.set(ChmodBit... bits) |
Modifier and Type | Method | Description |
---|---|---|
static boolean |
FileHelper.chmod(File f,
Set<ChmodBit> set) |
Performs a chmod (which assumes this system is Linux/UNIX/Solaris/etc), altering the permissions using symbols (ie.
|
static boolean |
FileHelper.chmod(File f,
Set<ChmodBit> set,
Set<ChmodBit> clear) |
Performs a chmod (which assumes this system is Linux/UNIX/Solaris/etc), altering the permissions using symbols (ie.
|
static boolean |
FileHelper.chmod(String as,
File f,
Set<ChmodBit> set) |
Performs a chmod (which assumes this system is Linux/UNIX/Solaris/etc), altering the permissions using symbols (ie.
|
static boolean |
FileHelper.chmod(String as,
File f,
Set<ChmodBit> set,
Set<ChmodBit> clear) |
Performs a chmod (which assumes this system is Linux/UNIX/Solaris/etc), altering the permissions using symbols (ie.
|
static String |
ChmodBit.toString(boolean add,
Set<ChmodBit> bits) |
|
static String |
ChmodBit.toString(Set<ChmodBit> set,
Set<ChmodBit> clear) |
Copyright © 2018. All rights reserved.