org.sonatype.guice.plexus.config
Interface PlexusBeanSource


public interface PlexusBeanSource

Source of Plexus component beans and associated metadata.


Method Summary
 PlexusBeanMetadata getBeanMetadata(Class<?> implementation)
          Returns metadata associated with the given Plexus bean implementation.
 

Method Detail

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


Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.