Class StringSearchModelInterpolator
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.project.interpolation.AbstractStringBasedModelInterpolator
org.apache.maven.project.interpolation.StringSearchModelInterpolator
- All Implemented Interfaces:
 ModelInterpolator,org.codehaus.plexus.logging.LogEnabled,org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
@Deprecated
@Named
@Singleton
public class StringSearchModelInterpolator
extends AbstractStringBasedModelInterpolator
Deprecated.
StringSearchModelInterpolator
- 
Field Summary
Fields inherited from interface org.apache.maven.project.interpolation.ModelInterpolator
BUILD_TIMESTAMP_FORMAT_PROPERTY, DEFAULT_BUILD_TIMESTAMP_FORMAT, ROLE - 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.StringSearchModelInterpolator(PathTranslator pathTranslator) Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptionprotected org.codehaus.plexus.interpolation.InterpolatorDeprecated.interpolate(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) Deprecated.protected voidinterpolateObject(Object obj, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) Deprecated.Methods inherited from class org.apache.maven.project.interpolation.AbstractStringBasedModelInterpolator
createPostProcessors, createValueSources, getInterpolator, getRecursionInterceptor, initialize, interpolate, interpolate, interpolate, interpolateInternal, setRecursionInterceptorMethods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
- 
Constructor Details
- 
StringSearchModelInterpolator
public StringSearchModelInterpolator()Deprecated. - 
StringSearchModelInterpolator
Deprecated. 
 - 
 - 
Method Details
- 
interpolate
public Model interpolate(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException Deprecated.- Specified by:
 interpolatein interfaceModelInterpolator- Overrides:
 interpolatein classAbstractStringBasedModelInterpolator- Throws:
 ModelInterpolationException
 - 
interpolateObject
protected void interpolateObject(Object obj, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException Deprecated.- Throws:
 ModelInterpolationException
 - 
createInterpolator
protected org.codehaus.plexus.interpolation.Interpolator createInterpolator()Deprecated.- Specified by:
 createInterpolatorin classAbstractStringBasedModelInterpolator
 
 -