Package | Description |
---|---|
org.apache.commons.configuration2.builder |
This package contains the implementations of configuration builder
classes used to create new
Configuration objects. |
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalBuilderParametersImpl
A specialized parameters object for hierarchical configurations.
|
class |
INIBuilderParametersImpl
A specialized parameters class for INI configuration.
|
class |
PropertiesBuilderParametersImpl
A specialized parameter class for configuring
PropertiesConfiguration
instances. |
class |
XMLBuilderParametersImpl
A specialized parameters class for XML configuration.
|
Modifier and Type | Method and Description |
---|---|
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.clone()
Clones this object.
|
static FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.fromMap(Map<String,?> map)
Creates a new
FileBasedBuilderParametersImpl object from the
content of the given map. |
static FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.fromParameters(Map<String,?> params)
Looks up an instance of this class in the specified parameters map.
|
static FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.fromParameters(Map<String,?> params,
boolean createIfMissing)
Looks up an instance of this class in the specified parameters map and
optionally creates a new one if none is found.
|
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setBasePath(String path) |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setEncoding(String enc) |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setFile(File file) |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setFileName(String name) |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setFileSystem(FileSystem fs) |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setLocationStrategy(FileLocationStrategy strategy) |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setPath(String path) |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setReloadingDetectorFactory(ReloadingDetectorFactory reloadingDetectorFactory) |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setReloadingRefreshDelay(Long reloadingRefreshDelay) |
FileBasedBuilderParametersImpl |
FileBasedBuilderParametersImpl.setURL(URL url) |
Modifier and Type | Method and Description |
---|---|
ReloadingDetector |
ReloadingDetectorFactory.createReloadingDetector(FileHandler handler,
FileBasedBuilderParametersImpl params)
Creates a new
ReloadingDetector object based on the passed in
parameters. |
protected ReloadingDetector |
ReloadingFileBasedConfigurationBuilder.createReloadingDetector(FileHandler handler,
FileBasedBuilderParametersImpl fbparams)
Creates a
ReloadingDetector which monitors the passed in
FileHandler . |
ReloadingDetector |
DefaultReloadingDetectorFactory.createReloadingDetector(FileHandler handler,
FileBasedBuilderParametersImpl params) |
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.