public interface ModelSourceTransformer
transform(XmlPullParser, Path, TransformerContext)
method uses a Path on purpose, to ensure the
local pom is the original source.Modifier and Type | Method and Description |
---|---|
XmlPullParser |
transform(XmlPullParser parser,
Path pomFile,
TransformerContext context) |
XmlPullParser transform(XmlPullParser parser, Path pomFile, TransformerContext context) throws IOException, TransformerException
pomFile
- 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.