public class HierarchicalBuilderParametersImpl extends FileBasedBuilderParametersImpl implements HierarchicalBuilderProperties<HierarchicalBuilderParametersImpl>
A specialized parameters object for hierarchical configurations.
This class defines special properties for hierarchical configurations.
Because most hierarchical configurations are file-based configurations this
class extends FileBasedBuilderParametersImpl.
RESERVED_PARAMETER_PREFIX| Constructor and Description |
|---|
HierarchicalBuilderParametersImpl() |
| Modifier and Type | Method and Description |
|---|---|
HierarchicalBuilderParametersImpl |
setExpressionEngine(ExpressionEngine engine)
Sets the
ExpressionEngine to be used when querying the
configuration. |
clone, fromMap, fromParameters, fromParameters, getFileHandler, getParameters, getReloadingDetectorFactory, getReloadingRefreshDelay, setBasePath, setEncoding, setFile, setFileName, setFileSystem, setLocationStrategy, setPath, setReloadingDetectorFactory, setReloadingRefreshDelay, setURLfetchBeanHelper, fetchInterpolatorSpecification, fetchProperty, merge, setBeanHelper, setConfigurationDecoder, setConversionHandler, setDefaultLookups, setInterpolator, setListDelimiterHandler, setLogger, setParentInterpolator, setPrefixLookups, setSynchronizer, setThrowExceptionOnMissing, storePropertypublic HierarchicalBuilderParametersImpl setExpressionEngine(ExpressionEngine engine)
ExpressionEngine to be used when querying the
configuration. This implementation stores the expression engine in the
internal parameters map.setExpressionEngine in interface HierarchicalBuilderProperties<HierarchicalBuilderParametersImpl>engine - the ExpressionEngineCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.