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 ComponentDescriptor<?>
glean(String className, ClassLoader cl)
-
-
-
Field Detail
-
ROLE
static final String ROLE
-
-
Method Detail
-
glean
ComponentDescriptor<?> glean(String className, ClassLoader cl) throws ComponentGleanerException
- Throws:
ComponentGleanerException
-
-