Package org.apache.tools.ant.types
Class Permissions.Permission
java.lang.Object
org.apache.tools.ant.types.Permissions.Permission
- Enclosing class:
- Permissions
Represents a permission.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the actions.Get the class of the permission.getName()Get the name of the permission.voidsetActions(String actions) Set the actions.voidSet the class, mandatory.voidSet the name of the permission.toString()Get a string description of the permissions.
- 
Constructor Details- 
Permissionpublic Permission()
 
- 
- 
Method Details- 
setClassSet the class, mandatory.- Parameters:
- aClass- The class name of the permission.
 
- 
getClassNameGet the class of the permission.- Returns:
- The class name of the permission.
 
- 
setNameSet the name of the permission.- Parameters:
- aName- The name of the permission.
 
- 
getNameGet the name of the permission.- Returns:
- The name of the permission.
 
- 
setActionsSet the actions.- Parameters:
- actions- The actions of the permission.
 
- 
getActionsGet the actions.- Returns:
- The actions of the permission.
 
- 
toStringGet a string description of the permissions.
 
-