org.apache.maven.plugin.registry
Class PluginRegistryUtils
java.lang.Object
org.apache.maven.plugin.registry.PluginRegistryUtils
public final class PluginRegistryUtils
- extends java.lang.Object
Method Summary |
static org.apache.maven.plugin.registry.PluginRegistry |
extractUserPluginRegistry(org.apache.maven.plugin.registry.PluginRegistry pluginRegistry)
|
static void |
merge(org.apache.maven.plugin.registry.PluginRegistry dominant,
org.apache.maven.plugin.registry.PluginRegistry recessive,
java.lang.String recessiveSourceLevel)
|
static void |
recursivelySetSourceLevel(org.apache.maven.plugin.registry.PluginRegistry pluginRegistry,
java.lang.String sourceLevel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
merge
public static void merge(org.apache.maven.plugin.registry.PluginRegistry dominant,
org.apache.maven.plugin.registry.PluginRegistry recessive,
java.lang.String recessiveSourceLevel)
recursivelySetSourceLevel
public static void recursivelySetSourceLevel(org.apache.maven.plugin.registry.PluginRegistry pluginRegistry,
java.lang.String sourceLevel)
extractUserPluginRegistry
public static org.apache.maven.plugin.registry.PluginRegistry extractUserPluginRegistry(org.apache.maven.plugin.registry.PluginRegistry pluginRegistry)
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.