Uses of Class
org.apache.commons.configuration2.builder.combined.MultiFileBuilderParametersImpl
Package
Description
A package containing the implementation of the builder for combined configurations.
-
Uses of MultiFileBuilderParametersImpl in org.apache.commons.configuration2.builder.combined
Modifier and TypeMethodDescriptionMultiFileBuilderParametersImpl.clone()
Clones this object.MultiFileBuilderParametersImpl.fromParameters
(Map<String, Object> params) Obtains an instance of this class from the given map with parameters.MultiFileBuilderParametersImpl.fromParameters
(Map<String, Object> params, boolean createIfMissing) Obtains an instance of this class from the given map with parameters and creates a new object if such an instance cannot be found.MultiFileBuilderParametersImpl.setFilePattern
(String p) MultiFileBuilderParametersImpl.setManagedBuilderParameters
(BuilderParameters p) Modifier and TypeMethodDescriptionprotected String
MultiFileConfigurationBuilder.constructFileName
(MultiFileBuilderParametersImpl multiParams) Determines the file name of a configuration based on the file name pattern.