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