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 @Component(role=ModelInterpolator.class) public class StringSearchModelInterpolator extends AbstractStringBasedModelInterpolator
Deprecated.StringSearchModelInterpolator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
StringSearchModelInterpolator.InterpolateObjectAction
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.Class<?>,java.lang.reflect.Field[]>
FIELDS_BY_CLASS
Deprecated.private static java.util.Map<java.lang.Class<?>,java.lang.Boolean>
PRIMITIVE_BY_CLASS
Deprecated.-
Fields inherited from interface org.apache.maven.project.interpolation.ModelInterpolator
BUILD_TIMESTAMP_FORMAT_PROPERTY, DEFAULT_BUILD_TIMESTAMP_FORMAT, ROLE
-
-
Constructor Summary
Constructors Constructor Description StringSearchModelInterpolator()
Deprecated.StringSearchModelInterpolator(PathTranslator pathTranslator)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.codehaus.plexus.interpolation.Interpolator
createInterpolator()
Deprecated.Model
interpolate(Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled)
Deprecated.protected void
interpolateObject(java.lang.Object obj, Model model, java.io.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, setRecursionInterceptor
-
-
-
-
Constructor Detail
-
StringSearchModelInterpolator
public StringSearchModelInterpolator()
Deprecated.
-
StringSearchModelInterpolator
public StringSearchModelInterpolator(PathTranslator pathTranslator)
Deprecated.
-
-
Method Detail
-
interpolate
public Model interpolate(Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException
Deprecated.- Specified by:
interpolate
in interfaceModelInterpolator
- Overrides:
interpolate
in classAbstractStringBasedModelInterpolator
- Throws:
ModelInterpolationException
-
interpolateObject
protected void interpolateObject(java.lang.Object obj, Model model, java.io.File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException
Deprecated.- Throws:
ModelInterpolationException
-
createInterpolator
protected org.codehaus.plexus.interpolation.Interpolator createInterpolator()
Deprecated.- Specified by:
createInterpolator
in classAbstractStringBasedModelInterpolator
-
-