Class AnnotationComponentGleaner
- java.lang.Object
-
- org.codehaus.plexus.metadata.gleaner.ComponentGleanerSupport
-
- org.codehaus.plexus.metadata.gleaner.AnnotationComponentGleaner
-
- All Implemented Interfaces:
ClassComponentGleaner
public class AnnotationComponentGleaner extends ComponentGleanerSupport implements ClassComponentGleaner
A class component gleaner which inspects each type fororg.codehaus.plexus.component.annotations.*
annotations and when found translates them into aComponentDescriptor
.
-
-
Field Summary
-
Fields inherited from interface org.codehaus.plexus.metadata.gleaner.ClassComponentGleaner
ROLE
-
-
Constructor Summary
Constructors Constructor Description AnnotationComponentGleaner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.component.repository.ComponentDescriptor<?>
glean(String className, ClassLoader cl)
-
Methods inherited from class org.codehaus.plexus.metadata.gleaner.ComponentGleanerSupport
addChildConfiguration, deHump, filterEmptyAsNull, isRequirementListType
-
-
-
-
Method Detail
-
glean
public org.codehaus.plexus.component.repository.ComponentDescriptor<?> glean(String className, ClassLoader cl) throws ComponentGleanerException
- Specified by:
glean
in interfaceClassComponentGleaner
- Throws:
ComponentGleanerException
-
-