Uses of Class
org.apache.commons.configuration2.XMLConfiguration
Package
Description
This package defines a fluent API for setting up fully configured configuration builders.
-
Uses of XMLConfiguration in org.apache.commons.configuration2.builder.fluent
Modifier and TypeMethodDescriptionCreates aXMLConfiguration
instance from the content of the given file.Creates aXMLConfiguration
instance from the content of the file identified by the given path.Creates aXMLConfiguration
instance from the content of the given URL.Modifier and TypeMethodDescriptionConfigurations.xmlBuilder
(File file) Creates a builder for aXMLConfiguration
and initializes it with the given file to be loaded.Configurations.xmlBuilder
(String path) Creates a builder for aXMLConfiguration
and initializes it with the given path to the file to be loaded.Configurations.xmlBuilder
(URL url) Creates a builder for aXMLConfiguration
and initializes it with the given URL to be loaded.