Package org.eclipse.sisu.plexus
Interface PlexusBeanSource
-
public interface PlexusBeanSourceSource of Plexus component beans and associated metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlexusBeanMetadatagetBeanMetadata(java.lang.Class<?> implementation)Returns metadata associated with the given Plexus bean implementation.
-
-
-
Method Detail
-
getBeanMetadata
PlexusBeanMetadata getBeanMetadata(java.lang.Class<?> implementation)
Returns metadata associated with the given Plexus bean implementation.- Parameters:
implementation- The bean implementation- Returns:
- Metadata associated with the given bean
-
-