org.apache.tools.ant.types
public static class Permissions.Permission extends Object
Method Summary | |
---|---|
String | getActions()
Get the actions. |
String | getClassName()
Get the class of the permission. |
String | getName()
Get the name of the permission. |
void | setActions(String actions)
Set the actions. |
void | setClass(String aClass)
Set the class, mandatory. |
void | setName(String aName)
Set the name of the permission. |
String | toString()
Get a string description of the permissions. |
Returns: The actions of the permission.
Returns: The class name of the permission.
Returns: The name of the permission.
Parameters: actions The actions of the permission.
Parameters: aClass The class name of the permission.
Parameters: aName The name of the permission.
Returns: string description of the permissions.