Class StringSearchModelInterpolator
java.lang.Object
org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolator
org.apache.maven.model.interpolation.StringSearchModelInterpolator
- All Implemented Interfaces:
- ModelInterpolator
Deprecated.
replaced by StringVisitorModelInterpolator (MNG-6697)
StringSearchModelInterpolator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioninterpolateModel(Model model, File projectDir, ModelBuildingRequest config, ModelProblemCollector problems) Deprecated.Interpolates expressions in the specified model.Methods inherited from class org.apache.maven.model.interpolation.AbstractStringBasedModelInterpolatorcreatePostProcessors, createRecursionInterceptor, createValueSources, setPathTranslator, setUrlNormalizer, setVersionPropertiesProcessor
- 
Constructor Details- 
StringSearchModelInterpolatorpublic StringSearchModelInterpolator()Deprecated.
 
- 
- 
Method Details- 
interpolateModelpublic Model interpolateModel(Model model, File projectDir, ModelBuildingRequest config, ModelProblemCollector problems) Deprecated.Description copied from interface:ModelInterpolatorInterpolates expressions in the specified model. Note that implementations are free to either interpolate the provided model directly or to create a clone of the model and interpolate the clone. Callers should always use the returned model and must not rely on the input model being updated.- Parameters:
- model- The model to interpolate, must not be- null.
- projectDir- The project directory, may be- nullif the model does not belong to a local project but to some artifact's metadata.
- config- The model building request that holds further settings, must not be- null.
- problems- The container used to collect problems that were encountered, must not be- null.
- Returns:
- The interpolated model, never null.
 
 
-