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(java.util.Map<java.lang.String,?> map)Creates a newFileBasedBuilderParametersImplobject from the content of the given map.static FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. fromParameters(java.util.Map<java.lang.String,?> params)Looks up an instance of this class in the specified parameters map.static FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. fromParameters(java.util.Map<java.lang.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(java.lang.String path)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setEncoding(java.lang.String enc)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setFile(java.io.File file)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setFileName(java.lang.String name)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setFileSystem(FileSystem fs)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setLocationStrategy(FileLocationStrategy strategy)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setPath(java.lang.String path)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setReloadingDetectorFactory(ReloadingDetectorFactory reloadingDetectorFactory)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setReloadingRefreshDelay(java.lang.Long reloadingRefreshDelay)FileBasedBuilderParametersImplFileBasedBuilderParametersImpl. setURL(java.net.URL url)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.
-