Uses of Class
org.apache.commons.configuration2.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
-
Uses of INIConfiguration in org.apache.commons.configuration2.builder.fluent
Modifier 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.Modifier 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.