public class DefaultModelSourceTransformer extends Object implements ModelSourceTransformer
| Constructor and Description |
|---|
DefaultModelSourceTransformer() |
| Modifier and Type | Method and Description |
|---|---|
XmlPullParser |
transform(XmlPullParser parser,
Path pomFile,
TransformerContext context) |
public XmlPullParser transform(XmlPullParser parser, Path pomFile, TransformerContext context) throws IOException, TransformerException
transform in interface ModelSourceTransformerpomFile - the pom file, cannot be nullcontext - the context, cannot be nullIOException - if an I/O error occursTransformerException - if the transformation failsCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.