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