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 SummaryFields inherited from interface org.apache.maven.project.interpolation.ModelInterpolatorBUILD_TIMESTAMP_FORMAT_PROPERTY, DEFAULT_BUILD_TIMESTAMP_FORMAT, ROLE
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.StringSearchModelInterpolator(PathTranslator pathTranslator) Deprecated.
- 
Method SummaryModifier 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.AbstractStringBasedModelInterpolatorcreatePostProcessors, createValueSources, getInterpolator, getRecursionInterceptor, initialize, interpolate, interpolate, interpolate, interpolateInternal, setRecursionInterceptorMethods inherited from class org.codehaus.plexus.logging.AbstractLogEnabledenableLogging, getLogger, setupLogger, setupLogger, setupLogger
- 
Constructor Details- 
StringSearchModelInterpolatorpublic StringSearchModelInterpolator()Deprecated.
- 
StringSearchModelInterpolatorDeprecated.
 
- 
- 
Method Details- 
interpolatepublic Model interpolate(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException Deprecated.- Specified by:
- interpolatein interface- ModelInterpolator
- Overrides:
- interpolatein class- AbstractStringBasedModelInterpolator
- Throws:
- ModelInterpolationException
 
- 
interpolateObjectprotected void interpolateObject(Object obj, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException Deprecated.- Throws:
- ModelInterpolationException
 
- 
createInterpolatorprotected org.codehaus.plexus.interpolation.Interpolator createInterpolator()Deprecated.- Specified by:
- createInterpolatorin class- AbstractStringBasedModelInterpolator
 
 
-