Class ComponentGleanerSupport

java.lang.Object
org.codehaus.plexus.metadata.gleaner.ComponentGleanerSupport
Direct Known Subclasses:
AnnotationComponentGleaner, QDoxComponentGleaner

public abstract class ComponentGleanerSupport extends Object
Support for component gleaner implementations.
  • Constructor Details

    • ComponentGleanerSupport

      public ComponentGleanerSupport()
  • Method Details

    • filterEmptyAsNull

      protected String filterEmptyAsNull(String value)
    • isRequirementListType

      protected boolean isRequirementListType(Class<?> type)
    • addChildConfiguration

      protected void addChildConfiguration(ComponentDescriptor<?> component, org.codehaus.plexus.configuration.PlexusConfiguration config)
    • deHump

      protected String deHump(String string)