org.codehaus.plexus.archiver.util
Class FilePermission
java.lang.Object
org.codehaus.plexus.archiver.util.FilePermission
public class FilePermission
- extends java.lang.Object
- Since:
- 1.1
- Author:
- Olivier Lamy
Constructor Summary |
FilePermission(boolean executable,
boolean ownerOnlyExecutable,
boolean ownerOnlyReadable,
boolean readable,
boolean ownerOnlyWritable,
boolean writable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FilePermission
public FilePermission(boolean executable,
boolean ownerOnlyExecutable,
boolean ownerOnlyReadable,
boolean readable,
boolean ownerOnlyWritable,
boolean writable)
isExecutable
public boolean isExecutable()
setExecutable
public void setExecutable(boolean executable)
isOwnerOnlyExecutable
public boolean isOwnerOnlyExecutable()
setOwnerOnlyExecutable
public void setOwnerOnlyExecutable(boolean ownerOnlyExecutable)
isOwnerOnlyReadable
public boolean isOwnerOnlyReadable()
setOwnerOnlyReadable
public void setOwnerOnlyReadable(boolean ownerOnlyReadable)
isReadable
public boolean isReadable()
setReadable
public void setReadable(boolean readable)
isOwnerOnlyWritable
public boolean isOwnerOnlyWritable()
setOwnerOnlyWritable
public void setOwnerOnlyWritable(boolean ownerOnlyWritable)
isWritable
public boolean isWritable()
setWritable
public void setWritable(boolean writable)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2010 Codehaus. All Rights Reserved.