Uses of Class
org.apache.commons.configuration2.builder.FileBasedBuilderParametersImpl
-
Packages that use FileBasedBuilderParametersImpl Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfigurationobjects. -
-
Uses of FileBasedBuilderParametersImpl in org.apache.commons.configuration2.builder
Subclasses of FileBasedBuilderParametersImpl in org.apache.commons.configuration2.builder Modifier and Type Class Description classHierarchicalBuilderParametersImplA specialized parameters object for hierarchical configurations.classINIBuilderParametersImplA specialized parameters class for INI configuration.classPropertiesBuilderParametersImplA specialized parameter class for configuringPropertiesConfigurationinstances.classXMLBuilderParametersImplA specialized parameters class for XML configuration.Methods in org.apache.commons.configuration2.builder that return FileBasedBuilderParametersImpl Modifier and Type Method Description FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. clone()Clones this object.static FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. fromMap(Map<String,?> map)Creates a newFileBasedBuilderParametersImplobject from the content of the given map.static FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. fromParameters(Map<String,?> params)Looks up an instance of this class in the specified parameters map.static FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. 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.FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setBasePath(String path)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setEncoding(String enc)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setFile(File file)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setFileName(String name)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setFileSystem(FileSystem fs)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setLocationStrategy(FileLocationStrategy strategy)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setPath(String path)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setReloadingDetectorFactory(ReloadingDetectorFactory reloadingDetectorFactory)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setReloadingRefreshDelay(Long reloadingRefreshDelay)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setURL(URL url)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setURL(URL url, URLConnectionOptions urlConnectionOptions)Methods in org.apache.commons.configuration2.builder with parameters of type FileBasedBuilderParametersImpl Modifier and Type Method Description ReloadingDetectorDefaultReloadingDetectorFactory. createReloadingDetector(FileHandler handler, FileBasedBuilderParametersImpl params)ReloadingDetectorReloadingDetectorFactory. createReloadingDetector(FileHandler handler, FileBasedBuilderParametersImpl params)Creates a newReloadingDetectorobject based on the passed in parameters.protected ReloadingDetectorReloadingFileBasedConfigurationBuilder. createReloadingDetector(FileHandler handler, FileBasedBuilderParametersImpl fbparams)Creates aReloadingDetectorwhich monitors the passed inFileHandler.
-