Uses of Class
org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
Package
Description
This package contains the implementations of configuration builder classes used to create new
Configuration
objects.-
Uses of FileBasedBuilderParametersImpl in org.apache.commons.configuration2.builder
Modifier and TypeClassDescriptionclass
A specialized parameters object for hierarchical configurations.class
A specialized parameters class for INI configuration.class
A specialized parameter class for configuringPropertiesConfiguration
instances.class
A specialized parameters class for XML configuration.Modifier and TypeMethodDescriptionFileBasedBuilderParametersImpl.clone()
Clones this object.Creates a newFileBasedBuilderParametersImpl
object from the content of the given map.FileBasedBuilderParametersImpl.fromParameters
(Map<String, ?> params) Looks up an instance of this class in the specified parameters map.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.setBasePath
(String path) FileBasedBuilderParametersImpl.setEncoding
(String enc) FileBasedBuilderParametersImpl.setFileName
(String name) FileBasedBuilderParametersImpl.setFileSystem
(FileSystem fs) FileBasedBuilderParametersImpl.setLocationStrategy
(FileLocationStrategy strategy) FileBasedBuilderParametersImpl.setReloadingDetectorFactory
(ReloadingDetectorFactory reloadingDetectorFactory) FileBasedBuilderParametersImpl.setReloadingRefreshDelay
(Long reloadingRefreshDelay) FileBasedBuilderParametersImpl.setURL
(URL url, URLConnectionOptions urlConnectionOptions) Modifier and TypeMethodDescriptionDefaultReloadingDetectorFactory.createReloadingDetector
(FileHandler handler, FileBasedBuilderParametersImpl params) ReloadingDetectorFactory.createReloadingDetector
(FileHandler handler, FileBasedBuilderParametersImpl params) Creates a newReloadingDetector
object based on the passed in parameters.protected ReloadingDetector
ReloadingFileBasedConfigurationBuilder.createReloadingDetector
(FileHandler handler, FileBasedBuilderParametersImpl fbparams) Creates aReloadingDetector
which monitors the passed inFileHandler
.