T
- the type of the result of all set methods for method chainingpublic interface HierarchicalBuilderProperties<T>
Definition of a parameters interface for hierarchical configurations.
This interface defines set methods for additional properties common to all hierarchical configurations.
Important note: This interface is not intended to be implemented by client code! It defines a set of available properties and may be extended even in minor releases.
Modifier and Type | Method and Description |
---|---|
T |
setExpressionEngine(ExpressionEngine engine)
Sets the
ExpressionEngine to be used when querying the
configuration. |
T setExpressionEngine(ExpressionEngine engine)
ExpressionEngine
to be used when querying the
configuration.engine
- the ExpressionEngine
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.