Interface ModelInterpolator
-
- All Known Implementing Classes:
AbstractStringBasedModelInterpolator,RegexBasedModelInterpolator,StringSearchModelInterpolator
public interface ModelInterpolator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBUILD_TIMESTAMP_FORMAT_PROPERTYstatic java.lang.StringDEFAULT_BUILD_TIMESTAMP_FORMATstatic java.lang.StringROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringinterpolate(java.lang.String src, Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)Modelinterpolate(Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)Modelinterpolate(Model project, java.util.Map<java.lang.String,?> context)Deprecated.Modelinterpolate(Model model, java.util.Map<java.lang.String,?> context, boolean strict)Deprecated.
-
-
-
Field Detail
-
DEFAULT_BUILD_TIMESTAMP_FORMAT
static final java.lang.String DEFAULT_BUILD_TIMESTAMP_FORMAT
- See Also:
- Constant Field Values
-
BUILD_TIMESTAMP_FORMAT_PROPERTY
static final java.lang.String BUILD_TIMESTAMP_FORMAT_PROPERTY
- See Also:
- Constant Field Values
-
ROLE
static final java.lang.String ROLE
-
-
Method Detail
-
interpolate
Model interpolate(Model project, java.util.Map<java.lang.String,?> context) throws ModelInterpolationException
Deprecated.- Throws:
ModelInterpolationException
-
interpolate
Model interpolate(Model model, java.util.Map<java.lang.String,?> context, boolean strict) throws ModelInterpolationException
Deprecated.- Throws:
ModelInterpolationException
-
interpolate
Model interpolate(Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException
- Throws:
ModelInterpolationException
-
interpolate
java.lang.String interpolate(java.lang.String src, Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException- Throws:
ModelInterpolationException
-
-