|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.project.ModelUtils
@Deprecated public final class ModelUtils
| Constructor Summary | |
|---|---|
ModelUtils()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
mergeFilterLists(List<String> childFilters,
List<String> parentFilters)
Deprecated. |
static void |
mergePluginDefinitions(Plugin child,
Plugin parent,
boolean handleAsInheritance)
Deprecated. |
static void |
mergePluginLists(PluginContainer childContainer,
PluginContainer parentContainer,
boolean handleAsInheritance)
Deprecated. This should be the resulting ordering of plugins after merging: Given: parent: X -> A -> B -> D -> E child: Y -> A -> C -> D -> F Result: X -> Y -> A -> B -> C -> D -> E -> F |
static List<Repository> |
mergeRepositoryLists(List<Repository> dominant,
List<Repository> recessive)
Deprecated. |
static List<Plugin> |
orderAfterMerge(List<Plugin> merged,
List<Plugin> highPrioritySource,
List<Plugin> lowPrioritySource)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelUtils()
| Method Detail |
|---|
public static void mergePluginLists(PluginContainer childContainer,
PluginContainer parentContainer,
boolean handleAsInheritance)
public static List<Plugin> orderAfterMerge(List<Plugin> merged,
List<Plugin> highPrioritySource,
List<Plugin> lowPrioritySource)
public static void mergePluginDefinitions(Plugin child,
Plugin parent,
boolean handleAsInheritance)
public static List<Repository> mergeRepositoryLists(List<Repository> dominant,
List<Repository> recessive)
public static void mergeFilterLists(List<String> childFilters,
List<String> parentFilters)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||