public interface CiInterpolator
| Modifier and Type | Method and Description |
|---|---|
org.apache.maven.model.Model |
interpolateModel(org.apache.maven.model.Model model,
java.io.File projectDir,
org.apache.maven.model.building.ModelBuildingRequest request,
org.apache.maven.model.building.ModelProblemCollector problems)
Interpolates expressions in the specified model.
|
org.apache.maven.model.Model interpolateModel(org.apache.maven.model.Model model,
java.io.File projectDir,
org.apache.maven.model.building.ModelBuildingRequest request,
org.apache.maven.model.building.ModelProblemCollector problems)
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.request - 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 © 2014-2020 FuseSource, Corp.. All Rights Reserved.