Uses of Interface
org.apache.maven.api.services.ModelTransformerContext
-
Uses of ModelTransformerContext in org.apache.maven.api.services
Modifier and TypeMethodDescriptionModelTransformerContextBuilder.build()
The immutable transformerContext, can be used after the buildplan is finished.ModelTransformerContextBuilder.initialize
(ModelBuilderRequest request, ModelProblemCollector problems) This method is used to initialize the TransformerContextModifier and TypeMethodDescriptionModelTransformer.transform
(ModelTransformerContext context, Model model, Path path) -
Uses of ModelTransformerContext in org.apache.maven.internal.impl.model
Modifier and TypeMethodDescriptionDefaultModelBuilder.buildRawModel
(Path pomFile, int validationLevel, boolean locationTracking, ModelTransformerContext context) protected String
BuildModelTransformer.replaceCiFriendlyVersion
(ModelTransformerContext context, String version) protected Optional
<BuildModelTransformer.RelativeProject> BuildModelTransformer.resolveRelativePath
(Path pomFile, ModelTransformerContext context, Path relativePath, String groupId, String artifactId) BuildModelTransformer.transform
(ModelTransformerContext context, Model model, Path path)