Interface ModelInterpolator
- All Known Implementing Classes:
AbstractStringBasedModelInterpolator
,RegexBasedModelInterpolator
,StringSearchModelInterpolator
public interface ModelInterpolator
- Author:
- jdcasey Created on Feb 2, 2005
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioninterpolate
(String src, org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) org.apache.maven.model.Model
interpolate
(org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) org.apache.maven.model.Model
interpolate
(org.apache.maven.model.Model project, Map<String, ?> context) Deprecated.org.apache.maven.model.Model
interpolate
(org.apache.maven.model.Model model, Map<String, ?> context, boolean strict) Deprecated.
-
Field Details
-
DEFAULT_BUILD_TIMESTAMP_FORMAT
- See Also:
-
BUILD_TIMESTAMP_FORMAT_PROPERTY
- See Also:
-
ROLE
-
-
Method Details
-
interpolate
org.apache.maven.model.Model interpolate(org.apache.maven.model.Model project, Map<String, ?> context) throws ModelInterpolationExceptionDeprecated.- Throws:
ModelInterpolationException
-
interpolate
org.apache.maven.model.Model interpolate(org.apache.maven.model.Model model, Map<String, ?> context, boolean strict) throws ModelInterpolationExceptionDeprecated.- Throws:
ModelInterpolationException
-
interpolate
org.apache.maven.model.Model interpolate(org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException - Throws:
ModelInterpolationException
-
interpolate
String interpolate(String src, org.apache.maven.model.Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException - Throws:
ModelInterpolationException
-
interpolate(Model, File, ProjectBuilderConfiguration, boolean)
instead.