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

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

Introduction

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

The text is from its open source code.

Method

HierarchicalConfigurationconvertToHierarchical(final Configuration conf)
Converts the passed in configuration to a hierarchical one.
voidcopy(final ImmutableConfiguration source, final Configuration target)

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

voidcopy(final Configuration source, final Configuration target)

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