Interface PlexusBeanSource

All Known Implementing Classes:
ComponentDescriptorBeanModule.PlexusDescriptorBeanSource, PlexusAnnotatedBeanModule.PlexusAnnotatedBeanSource, PlexusXmlBeanModule.PlexusXmlBeanSource

public interface PlexusBeanSource
Source of Plexus component beans and associated metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    getBeanMetadata(Class<?> implementation)
    Returns metadata associated with the given Plexus bean implementation.
  • Method Details

    • getBeanMetadata

      PlexusBeanMetadata getBeanMetadata(Class<?> implementation)
      Returns metadata associated with the given Plexus bean implementation.
      Parameters:
      implementation - The bean implementation
      Returns:
      Metadata associated with the given bean