|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.types.Permissions.Permission
Represents a permission.
Constructor Summary | |
Permissions.Permission()
|
Method Summary | |
java.lang.String |
getActions()
Gets the actions. |
java.lang.String |
getClassName()
Get the class of the permission |
java.lang.String |
getName()
Get the name of the permission. |
void |
setActions(java.lang.String actions)
Sets the actions. |
void |
setClass(java.lang.String aClass)
Sets the class, mandatory. |
void |
setName(java.lang.String aName)
Sets the name of the permission. |
java.lang.String |
toString()
get a string description of the permissions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Permissions.Permission()
Method Detail |
public void setClass(java.lang.String aClass)
aClass
- The class name of the permission.public java.lang.String getClassName()
public void setName(java.lang.String aName)
aName
- The name of the permission.public java.lang.String getName()
public void setActions(java.lang.String actions)
actions
- The actions of the permission.public java.lang.String getActions()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |