Interface PlexusBeanMetadata

    • Method Summary

      All Methods Instance Methods Abstract 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()  
    • Method Detail

      • isEmpty

        boolean isEmpty()
        Returns:
        true if there is no more metadata; otherwise false
      • getConfiguration

        org.codehaus.plexus.component.annotations.Configuration getConfiguration​(BeanProperty<?> property)
        Returns @Configuration metadata for the given property of the Plexus bean.
        Parameters:
        property - The bean property
        Returns:
        Configuration metadata; null if no such metadata is available
      • getRequirement

        org.codehaus.plexus.component.annotations.Requirement getRequirement​(BeanProperty<?> property)
        Returns @Requirement metadata for the given property of the Plexus bean.
        Parameters:
        property - The bean property
        Returns:
        Requirement metadata; null if no such metadata is available