Uses of Class
org.apache.commons.configuration2.XMLConfiguration
-
Packages that use XMLConfiguration Package Description org.apache.commons.configuration2.builder.fluent 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 XMLConfiguration Modifier and Type Method Description XMLConfigurationConfigurations. xml(File file)Creates aXMLConfigurationinstance from the content of the given file.XMLConfigurationConfigurations. xml(String path)Creates aXMLConfigurationinstance from the content of the file identified by the given path.XMLConfigurationConfigurations. xml(URL url)Creates aXMLConfigurationinstance from the content of the given URL.Methods in org.apache.commons.configuration2.builder.fluent that return types with arguments of type XMLConfiguration Modifier and Type Method Description FileBasedConfigurationBuilder<XMLConfiguration>Configurations. xmlBuilder(File file)Creates a builder for aXMLConfigurationand initializes it with the given file to be loaded.FileBasedConfigurationBuilder<XMLConfiguration>Configurations. xmlBuilder(String path)Creates a builder for aXMLConfigurationand initializes it with the given path to the file to be loaded.FileBasedConfigurationBuilder<XMLConfiguration>Configurations. xmlBuilder(URL url)Creates a builder for aXMLConfigurationand initializes it with the given URL to be loaded.
-