public class ConfigurationUtils
extends java.lang.Object
Constructor and Description |
---|
ConfigurationUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
convertConfiguration(org.apache.commons.configuration.Configuration config)
Converts config to a representive String.
|
static java.lang.String |
convertConfiguration(java.lang.String fileName)
Creates a Properties Configuration of the file with the given name and converts it to a representive string
|
public static java.lang.String convertConfiguration(org.apache.commons.configuration.Configuration config) throws org.apache.commons.configuration.ConfigurationException
config
- org.apache.commons.configuration.ConfigurationException
public static java.lang.String convertConfiguration(java.lang.String fileName) throws org.apache.commons.configuration.ConfigurationException
fileName
- org.apache.commons.configuration.ConfigurationException