org.apache.maven.container
Class ContainerUtils
java.lang.Object
org.apache.maven.container.ContainerUtils
public class ContainerUtils
- extends java.lang.Object
|
Method Summary |
static java.util.Set<java.lang.String> |
findChildComponentHints(java.lang.String role,
org.codehaus.plexus.PlexusContainer parent,
org.codehaus.plexus.PlexusContainer child)
|
static java.util.Map<java.lang.String,org.codehaus.plexus.component.repository.ComponentDescriptor> |
findChildComponents(java.lang.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 |
ContainerUtils
public ContainerUtils()
findChildComponentHints
public static java.util.Set<java.lang.String> findChildComponentHints(java.lang.String role,
org.codehaus.plexus.PlexusContainer parent,
org.codehaus.plexus.PlexusContainer child)
findChildComponents
public static java.util.Map<java.lang.String,org.codehaus.plexus.component.repository.ComponentDescriptor> findChildComponents(java.lang.String role,
org.codehaus.plexus.PlexusContainer parent,
org.codehaus.plexus.PlexusContainer child)
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.