Interface ModelInterpolator
-
- All Known Implementing Classes:
AbstractStringBasedModelInterpolator,RegexBasedModelInterpolator,StringSearchModelInterpolator
@Deprecated public interface ModelInterpolatorDeprecated.- Author:
- jdcasey
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBUILD_TIMESTAMP_FORMAT_PROPERTYDeprecated.static java.lang.StringDEFAULT_BUILD_TIMESTAMP_FORMATDeprecated.static java.lang.StringROLEDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Stringinterpolate(java.lang.String src, org.apache.maven.model.Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)Deprecated.org.apache.maven.model.Modelinterpolate(org.apache.maven.model.Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)Deprecated.org.apache.maven.model.Modelinterpolate(org.apache.maven.model.Model project, java.util.Map<java.lang.String,?> context)Deprecated.org.apache.maven.model.Modelinterpolate(org.apache.maven.model.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
Deprecated.- See Also:
- Constant Field Values
-
BUILD_TIMESTAMP_FORMAT_PROPERTY
static final java.lang.String BUILD_TIMESTAMP_FORMAT_PROPERTY
Deprecated.- See Also:
- Constant Field Values
-
ROLE
static final java.lang.String ROLE
Deprecated.
-
-
Method Detail
-
interpolate
@Deprecated org.apache.maven.model.Model interpolate(org.apache.maven.model.Model project, java.util.Map<java.lang.String,?> context) throws ModelInterpolationExceptionDeprecated.- Throws:
ModelInterpolationException
-
interpolate
@Deprecated org.apache.maven.model.Model interpolate(org.apache.maven.model.Model model, java.util.Map<java.lang.String,?> context, boolean strict) throws ModelInterpolationExceptionDeprecated.- Throws:
ModelInterpolationException
-
interpolate
org.apache.maven.model.Model interpolate(org.apache.maven.model.Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationExceptionDeprecated.- Throws:
ModelInterpolationException
-
interpolate
java.lang.String interpolate(java.lang.String src, org.apache.maven.model.Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationExceptionDeprecated.- Throws:
ModelInterpolationException
-
-