org.apache.maven.plugin.registry
Class PluginRegistryUtils

java.lang.Object
  extended by org.apache.maven.plugin.registry.PluginRegistryUtils

public final class PluginRegistryUtils
extends Object


Method Summary
static PluginRegistry extractUserPluginRegistry(PluginRegistry pluginRegistry)
           
static void merge(PluginRegistry dominant, PluginRegistry recessive, String recessiveSourceLevel)
           
static void recursivelySetSourceLevel(PluginRegistry pluginRegistry, String sourceLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

merge

public static void merge(PluginRegistry dominant,
                         PluginRegistry recessive,
                         String recessiveSourceLevel)

recursivelySetSourceLevel

public static void recursivelySetSourceLevel(PluginRegistry pluginRegistry,
                                             String sourceLevel)

extractUserPluginRegistry

public static PluginRegistry extractUserPluginRegistry(PluginRegistry pluginRegistry)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.