|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.management.reconfig.XMLConfigurationData
public class XMLConfigurationData
Define an object which implements IConfigurationData interface which handle xml file
| Constructor Summary | |
|---|---|
XMLConfigurationData(String xml)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getXml()
Return the content of this object |
void |
setXml(String xml)
Set the content of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLConfigurationData(String xml)
xml - content of the xml file| Method Detail |
|---|
public void setXml(String xml)
xml - content of the filepublic String getXml()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||