org.apache.maven.wagon
Class PermissionModeUtils
java.lang.Object
org.apache.maven.wagon.PermissionModeUtils
- public class PermissionModeUtils
- extends Object
Utility class for common operations for file/directory permissions.
- Since:
- Sep 3, 2005
- Author:
- Juan F. Codagnone
- See Also:
PermissionModeUtils
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermissionModeUtils
public PermissionModeUtils()
getUserMaskFor
public static String getUserMaskFor(String modeStr)
- See the System Interfaces volume of IEEE Std 1003.1-2001, umask(1)
- Parameters:
modeStr - permision mode (numeric or symbolic)
- Returns:
- the mode that can be used with unmask to acomplish modeStr.
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.