@Named @Singleton public class StringVisitorModelInterpolator extends AbstractStringBasedModelInterpolator
Constructor and Description |
---|
StringVisitorModelInterpolator(PathTranslator pathTranslator,
UrlNormalizer urlNormalizer) |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.api.model.Model |
interpolateModel(org.apache.maven.api.model.Model model,
File projectDir,
ModelBuildingRequest config,
ModelProblemCollector problems)
Interpolates expressions in the specified model.
|
createPostProcessors, createRecursionInterceptor, createValueSources, interpolateModel
@Inject public StringVisitorModelInterpolator(PathTranslator pathTranslator, UrlNormalizer urlNormalizer)
public org.apache.maven.api.model.Model interpolateModel(org.apache.maven.api.model.Model model, File projectDir, ModelBuildingRequest config, ModelProblemCollector problems)
ModelInterpolator
model
- The model to interpolate, must not be null
.projectDir
- The project directory, may be null
if 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
.null
.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.