|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.rar.xml.SecurityPermission
public class SecurityPermission
This class defines the implementation of the element security-permission
| Constructor Summary | |
|---|---|
SecurityPermission()
Constructor |
|
| Method Summary | |
|---|---|
void |
addDescription(String description)
Add a new description element to this object |
JLinkedList |
getDescriptionList()
Gets the description |
String |
getSecurityPermissionSpec()
Gets the security-permission-spec |
void |
setDescriptionList(JLinkedList descriptionList)
Set the description |
void |
setSecurityPermissionSpec(String securityPermissionSpec)
Set the security-permission-spec |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityPermission()
| Method Detail |
|---|
public JLinkedList getDescriptionList()
public void setDescriptionList(JLinkedList descriptionList)
descriptionList - descriptionpublic void addDescription(String description)
description - the description Stringpublic String getSecurityPermissionSpec()
public void setSecurityPermissionSpec(String securityPermissionSpec)
securityPermissionSpec - securityPermissionSpecpublic String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prefixing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||