org.codehaus.plexus.archiver.util
Class FilePermissionUtils
java.lang.Object
org.codehaus.plexus.archiver.util.FilePermissionUtils
public class FilePermissionUtils
- extends Object
- Since:
- 1.0.1
- Author:
- Olivier Lamy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFilePermissionFromMode
public static FilePermission getFilePermissionFromMode(String mode,
org.codehaus.plexus.logging.Logger logger)
- Parameters:
mode
- file mode "a la" unix ie 664, 440, etc
- Returns:
- FilePermission associated to the mode (group permission are ignored here)
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.