| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.types.Permissions.Permission
public static class Permissions.Permission
Represents a permission.
| Constructor Summary | |
|---|---|
| Permissions.Permission() | |
| Method Summary | |
|---|---|
|  java.lang.String | getActions()Get 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)Set the actions. | 
|  void | setClass(java.lang.String aClass)Set the class, mandatory. | 
|  void | setName(java.lang.String aName)Set 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 | ||||||||