Class ComponentGleanerSupport
- java.lang.Object
-
- org.codehaus.plexus.metadata.gleaner.ComponentGleanerSupport
-
- Direct Known Subclasses:
AnnotationComponentGleaner
,QDoxComponentGleaner
public abstract class ComponentGleanerSupport extends java.lang.Object
Support for component gleaner implementations.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
EMPTY_STRING
-
Constructor Summary
Constructors Constructor Description ComponentGleanerSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addChildConfiguration(ComponentDescriptor<?> component, PlexusConfiguration config)
protected java.lang.String
deHump(java.lang.String string)
protected java.lang.String
filterEmptyAsNull(java.lang.String value)
protected boolean
isRequirementListType(java.lang.Class<?> type)
-
-
-
Field Detail
-
EMPTY_STRING
private static final java.lang.String EMPTY_STRING
- See Also:
- Constant Field Values
-
-
Method Detail
-
filterEmptyAsNull
protected java.lang.String filterEmptyAsNull(java.lang.String value)
-
isRequirementListType
protected boolean isRequirementListType(java.lang.Class<?> type)
-
addChildConfiguration
protected void addChildConfiguration(ComponentDescriptor<?> component, PlexusConfiguration config)
-
deHump
protected java.lang.String deHump(java.lang.String string)
-
-