org.apache.maven.container
Class ContainerUtils

java.lang.Object
  extended by org.apache.maven.container.ContainerUtils

public class ContainerUtils
extends Object


Constructor Summary
ContainerUtils()
           
 
Method Summary
static Set<String> findChildComponentHints(String role, org.codehaus.plexus.PlexusContainer parent, org.codehaus.plexus.PlexusContainer child)
           
static Map<String,org.codehaus.plexus.component.repository.ComponentDescriptor> findChildComponents(String role, org.codehaus.plexus.PlexusContainer parent, org.codehaus.plexus.PlexusContainer child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerUtils

public ContainerUtils()
Method Detail

findChildComponentHints

public static Set<String> findChildComponentHints(String role,
                                                  org.codehaus.plexus.PlexusContainer parent,
                                                  org.codehaus.plexus.PlexusContainer child)

findChildComponents

public static Map<String,org.codehaus.plexus.component.repository.ComponentDescriptor> findChildComponents(String role,
                                                                                                           org.codehaus.plexus.PlexusContainer parent,
                                                                                                           org.codehaus.plexus.PlexusContainer child)


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