Class ComponentDescriptorBeanModule.ComponentMetadata

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.String,​org.codehaus.plexus.component.annotations.Requirement> requirementMap  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.codehaus.plexus.component.annotations.Configuration getConfiguration​(BeanProperty<?> property)
      Returns @Configuration metadata for the given property of the Plexus bean.
      org.codehaus.plexus.component.annotations.Requirement getRequirement​(BeanProperty<?> property)
      Returns @Requirement metadata for the given property of the Plexus bean.
      boolean isEmpty()  
      • Methods inherited from class java.lang.Object

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

      • requirementMap

        private java.util.Map<java.lang.String,​org.codehaus.plexus.component.annotations.Requirement> requirementMap
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface PlexusBeanMetadata
        Returns:
        true if there is no more metadata; otherwise false
      • getRequirement

        public org.codehaus.plexus.component.annotations.Requirement getRequirement​(BeanProperty<?> property)
        Description copied from interface: PlexusBeanMetadata
        Returns @Requirement metadata for the given property of the Plexus bean.
        Specified by:
        getRequirement in interface PlexusBeanMetadata
        Parameters:
        property - The bean property
        Returns:
        Requirement metadata; null if no such metadata is available
      • getConfiguration

        public org.codehaus.plexus.component.annotations.Configuration getConfiguration​(BeanProperty<?> property)
        Description copied from interface: PlexusBeanMetadata
        Returns @Configuration metadata for the given property of the Plexus bean.
        Specified by:
        getConfiguration in interface PlexusBeanMetadata
        Parameters:
        property - The bean property
        Returns:
        Configuration metadata; null if no such metadata is available