Class ComponentGleanerSupport

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addChildConfiguration​(org.codehaus.plexus.component.repository.ComponentDescriptor<?> component, org.codehaus.plexus.configuration.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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComponentGleanerSupport

        public ComponentGleanerSupport()
    • Method Detail

      • filterEmptyAsNull

        protected java.lang.String filterEmptyAsNull​(java.lang.String value)
      • isRequirementListType

        protected boolean isRequirementListType​(java.lang.Class<?> type)
      • addChildConfiguration

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

        protected java.lang.String deHump​(java.lang.String string)