Uses of Class
org.apache.commons.configuration2.XMLConfiguration
Packages that use 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
Methods in org.apache.commons.configuration2.builder.fluent that return XMLConfigurationModifier 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.Methods in org.apache.commons.configuration2.builder.fluent that return types with arguments of type XMLConfigurationModifier 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.