Interface ClassComponentGleaner
-
- All Known Implementing Classes:
AnnotationComponentGleaner
public interface ClassComponentGleaner
Interface for component gleaners which glean off of compiled classes..
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.codehaus.plexus.component.repository.ComponentDescriptor<?>
glean(String className, ClassLoader cl)
-
-
-
Field Detail
-
ROLE
static final String ROLE
-
-
Method Detail
-
glean
org.codehaus.plexus.component.repository.ComponentDescriptor<?> glean(String className, ClassLoader cl) throws ComponentGleanerException
- Throws:
ComponentGleanerException
-
-