Interface PluginPropertyUtils.ConfigurationBuilder<T>
- Type Parameters:
T
-
- Enclosing class:
PluginPropertyUtils
public static interface PluginPropertyUtils.ConfigurationBuilder<T>
builder responsible for converting Xpp3Dom from Maven to custom object trees.
Since 2.105 ExpressionEvaluator parameter is no longer to be used. The dummy evaluator passed in will just return the original value. Consider it deprecated.
- Since:
- 2.70
-
Method Summary
-
Method Details
-
build
T build(org.codehaus.plexus.util.xml.Xpp3Dom configRoot, org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator eval)
-