Interface ModelSourceTransformer

All Known Implementing Classes:
AbstractModelSourceTransformer, DefaultModelSourceTransformer

public interface ModelSourceTransformer
The ModelSourceTransformer is a way to transform the local pom while streaming the input. The transform(XmlPullParser, Path, TransformerContext) method uses a Path on purpose, to ensure the local pom is the original source.
Since:
4.0.0
Author:
Robert Scholte, Guillaume Nodet