|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.cdc.gleaner.ComponentGleanerSupport
org.codehaus.plexus.cdc.gleaner.AnnotationComponentGleaner
public class AnnotationComponentGleaner
A class component gleaner which inspects each type for org.codehaus.plexus.component.annotations.* annotations
and when found translates them into a ComponentDescriptor
.
Field Summary |
---|
Fields inherited from class org.codehaus.plexus.cdc.gleaner.ComponentGleanerSupport |
---|
log |
Fields inherited from interface org.codehaus.plexus.cdc.gleaner.ClassComponentGleaner |
---|
ROLE |
Constructor Summary | |
---|---|
AnnotationComponentGleaner()
|
Method Summary | |
---|---|
org.codehaus.plexus.component.repository.cdc.ComponentDescriptor |
glean(java.lang.Class clazz)
|
Methods inherited from class org.codehaus.plexus.cdc.gleaner.ComponentGleanerSupport |
---|
addChildConfiguration, deHump, filterEmptyAsNull, isRequirementListType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationComponentGleaner()
Method Detail |
---|
public org.codehaus.plexus.component.repository.cdc.ComponentDescriptor glean(java.lang.Class clazz) throws org.codehaus.plexus.cdc.gleaner.ComponentGleanerException
glean
in interface org.codehaus.plexus.cdc.gleaner.ClassComponentGleaner
org.codehaus.plexus.cdc.gleaner.ComponentGleanerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |