org.sonatype.guice.plexus.config
Interface PlexusBean<T>

All Superinterfaces:
Map.Entry<String,T>

public interface PlexusBean<T>
extends Map.Entry<String,T>

Plexus bean mapping; from hint->instance.


Method Summary
 String getDescription()
           
 Class<T> getImplementationClass()
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getDescription

String getDescription()
Returns:
Human readable description

getImplementationClass

Class<T> getImplementationClass()
Returns:
Bean implementation class


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