Interface | Description |
---|---|
ModelMerger.KeyComputer<T> |
Use to compute keys for data structures
|
ModelMerger.Remapping<T> |
Remapping function
|
Class | Description |
---|---|
MavenModelMerger |
The domain-specific model merger for the Maven POM, overriding generic code from parent class when necessary with
more adapted algorithms.
|
ModelMerger |
This is a hand-crafted prototype of the default model merger that should eventually be generated by Modello by a new
Java plugin.
|
ModelMerger.MergingList<V> |
Merging list
|
ModelMerger.SourceDominant<T> |
Return the second value if
sourceDominant is true, the first one otherwise. |