Java org.apache.commons.configuration ConfigurationUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration ConfigurationUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration ConfigurationUtils.

The text is from its open source code.

Method

ConfigurationcloneConfiguration(Configuration config)
Clones the given configuration object if this is possible.
HierarchicalConfigurationconvertToHierarchical(Configuration conf)
Converts the passed in configuration to a hierarchical one.
voidcopy(Configuration source, Configuration target)

Copy all properties from the source configuration to the target configuration.

voiddump(Configuration configuration, PrintStream out)
Dump the configuration key/value mappings to some ouput stream.
voiddump(Configuration configuration, PrintWriter out)
Dump the configuration key/value mappings to some writer.
FilefileFromURL(URL url)
Tries to convert the specified URL to a file object.
URLlocate(String base, String name)
Return the location of the specified resource by searching the user home directory, the current classpath and the system classpath.
URLlocate(String name)
Return the location of the specified resource by searching the user home directory, the current classpath and the system classpath.
StringtoString(Configuration configuration)
Get a string representation of the key/value mappings of a configuration.