public interface

PlexusBeanSource

org.eclipse.sisu.plexus.PlexusBeanSource

Class Overview

Source of Plexus component beans and associated metadata.

Summary

Public Methods
abstract PlexusBeanMetadata getBeanMetadata(Class<?> implementation)
Returns metadata associated with the given Plexus bean implementation.

Public Methods

public abstract 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