Interface ModelUtility.VariableResolver
- Enclosing class:
- ModelUtility
public static interface ModelUtility.VariableResolver
Optional variable resolver
-
Method Summary
-
Method Details
-
resolve
Resolve the variable. An implementation might get the value of a variable from the system properties, or the environment etc. As a fallback, the resolver should check the variables of the feature.- Parameters:
feature
- The featurename
- The variable name- Returns:
- The variable value or null.
-