I'm using the Apache Commons Configuration. How can I get directly a String of the XMLConfiguration without saving it to a file?
Thank you very much.
|
I'm using the Apache Commons Configuration. How can I get directly a String of the XMLConfiguration without saving it to a file? Thank you very much. |
||||
|
|
|
I've found the solution, it is possible via the StringWriter:
|
|||
|
|
|
org.apache.commons.configuration.ConfigurationUtils.toString()
|
|||
|