Package | Description |
---|---|
org.apache.commons.configuration2.builder.combined |
A package containing the implementation of the builder for combined
configurations.
|
Modifier and Type | Method and Description |
---|---|
MultiFileBuilderParametersImpl |
MultiFileBuilderParametersImpl.clone()
Clones this object.
|
static MultiFileBuilderParametersImpl |
MultiFileBuilderParametersImpl.fromParameters(Map<String,Object> params)
Obtains an instance of this class from the given map with parameters.
|
static MultiFileBuilderParametersImpl |
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 |
MultiFileBuilderParametersImpl.setFilePattern(String p) |
MultiFileBuilderParametersImpl |
MultiFileBuilderParametersImpl.setManagedBuilderParameters(BuilderParameters p) |
Modifier and Type | Method and Description |
---|---|
protected String |
MultiFileConfigurationBuilder.constructFileName(MultiFileBuilderParametersImpl multiParams)
Determines the file name of a configuration based on the file name
pattern.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.