Uses of Class
org.apache.commons.configuration2.BaseConfiguration
-
Packages that use BaseConfiguration Package Description org.apache.commons.configuration2 The Configuration main package. -
-
Uses of BaseConfiguration in org.apache.commons.configuration2
Subclasses of BaseConfiguration in org.apache.commons.configuration2 Modifier and Type Class Description class
PropertiesConfiguration
This is the "classic" Properties loader which loads the values from a single or multiple files (which can be chained with "include =".class
XMLPropertiesConfiguration
This configuration implements the XML properties format introduced in Java, see https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html.Methods in org.apache.commons.configuration2 with parameters of type BaseConfiguration Modifier and Type Method Description private void
BaseConfiguration. cloneStore(BaseConfiguration copy)
Clones the internal map with the data of this configuration.
-