Uses of Interface
org.apache.maven.api.services.ModelTransformerContext
Packages that use ModelTransformerContext
-
Uses of ModelTransformerContext in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return ModelTransformerContextModifier 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 TransformerContextMethods in org.apache.maven.api.services with parameters of type ModelTransformerContextModifier and TypeMethodDescriptionModelTransformer.transform
(ModelTransformerContext context, Model model, Path path) -
Uses of ModelTransformerContext in org.apache.maven.internal.impl.model
Methods in org.apache.maven.internal.impl.model with parameters of type ModelTransformerContextModifier 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)