org.apache.maven.wagon
Class PermissionModeUtils
java.lang.Object
org.apache.maven.wagon.PermissionModeUtils
public class PermissionModeUtils
extends java.lang.Object
Utility class for common operations for file/directory permissions.
static String | getUserMaskFor(String modeStr) - See the System Interfaces volume of IEEE Std 1003.1-2001, umask(1)
|
getUserMaskFor
public static String getUserMaskFor(String modeStr)
See the System Interfaces volume of IEEE Std 1003.1-2001, umask(1)
modeStr
- permision mode (numeric or symbolic)
- the mode that can be used with unmask to acomplish modeStr.