Uses of Class
org.apache.commons.configuration2.INIConfiguration
Packages that use INIConfiguration
Package
Description
The Configuration main package.
This package defines a fluent API for setting up fully configured configuration builders.
-
Uses of INIConfiguration in org.apache.commons.configuration2
Methods in org.apache.commons.configuration2 that return INIConfiguration -
Uses of INIConfiguration in org.apache.commons.configuration2.builder.fluent
Methods in org.apache.commons.configuration2.builder.fluent that return INIConfigurationModifier and TypeMethodDescriptionCreates aINIConfiguration
instance from the content of the given file.Creates aINIConfiguration
instance from the content of the file identified by the given path.Creates aINIConfiguration
instance from the content of the given URL.Methods in org.apache.commons.configuration2.builder.fluent that return types with arguments of type INIConfigurationModifier and TypeMethodDescriptionConfigurations.iniBuilder
(File file) Creates a builder for aINIConfiguration
and initializes it with the given file to be loaded.Configurations.iniBuilder
(String path) Creates a builder for aINIConfiguration
and initializes it with the file file identified by the given path.Configurations.iniBuilder
(URL url) Creates a builder for aINIConfiguration
and initializes it with the given URL to be loaded.