Package | Description |
---|---|
org.apache.maven.model.building |
Modifier and Type | Method and Description |
---|---|
TransformerContext |
TransformerContextBuilder.build()
The immutable transformerContext, can be used after the buildplan is finished.
|
TransformerContext |
TransformerContextBuilder.initialize(ModelBuildingRequest request,
ModelProblemCollector problems)
This method is used to initialize the TransformerContext
|
Modifier and Type | Method and Description |
---|---|
XmlPullParser |
ModelSourceTransformer.transform(XmlPullParser parser,
Path pomFile,
TransformerContext context) |
XmlPullParser |
DefaultModelSourceTransformer.transform(XmlPullParser parser,
Path pomFile,
TransformerContext context) |
Constructor and Description |
---|
DefaultBuildPomXMLFilterFactory(TransformerContext context,
boolean consume) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.