Package | Description |
---|---|
org.apache.commons.configuration2.builder.fluent |
This package defines a fluent API for setting up fully configured configuration
builders.
|
Modifier and Type | Method and Description |
---|---|
INIConfiguration |
Configurations.ini(File file)
Creates a
INIConfiguration instance from the content of the given
file. |
INIConfiguration |
Configurations.ini(String path)
Creates a
INIConfiguration instance from the content of the file
identified by the given path. |
INIConfiguration |
Configurations.ini(URL url)
Creates a
INIConfiguration instance from the content of the given
URL. |
Modifier and Type | Method and Description |
---|---|
FileBasedConfigurationBuilder<INIConfiguration> |
Configurations.iniBuilder(File file)
Creates a builder for a
INIConfiguration and initializes it with
the given file to be loaded. |
FileBasedConfigurationBuilder<INIConfiguration> |
Configurations.iniBuilder(String path)
Creates a builder for a
INIConfiguration and initializes it with
the file file identified by the given path. |
FileBasedConfigurationBuilder<INIConfiguration> |
Configurations.iniBuilder(URL url)
Creates a builder for a
INIConfiguration and initializes it with
the given URL to be loaded. |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.