org.codehaus.plexus.component.discovery
Interface ComponentDiscoverer

All Known Implementing Classes:
DefaultComponentDiscoverer

public interface ComponentDiscoverer

Version:
$Id: ComponentDiscoverer.java,v 1.1 2004/01/23 21:15:33 jvanzyl Exp $
Author:
Jason van Zyl

Field Summary
static java.lang.String COMPONENT_RESOURCES
           
static java.lang.String ROLE
           
 
Method Summary
 java.util.List findComponents(java.lang.ClassLoader classLoader)
           
 

Field Detail

ROLE

public static final java.lang.String ROLE

COMPONENT_RESOURCES

public static final java.lang.String COMPONENT_RESOURCES
See Also:
Constant Field Values
Method Detail

findComponents

public java.util.List findComponents(java.lang.ClassLoader classLoader)