Uses of Interface
org.sonatype.guice.plexus.config.PlexusBeanModule

Packages that use PlexusBeanModule
org.codehaus.plexus   
org.sonatype.guice.plexus.binders   
 

Uses of PlexusBeanModule in org.codehaus.plexus
 

Method parameters in org.codehaus.plexus with type arguments of type PlexusBeanModule
 void DefaultPlexusContainer.addPlexusInjector(List<PlexusBeanModule> beanModules, com.google.inject.Module... customModules)
           
 

Uses of PlexusBeanModule in org.sonatype.guice.plexus.binders
 

Classes in org.sonatype.guice.plexus.binders that implement PlexusBeanModule
 class PlexusAnnotatedBeanModule
          PlexusBeanModule that registers Plexus beans by scanning classes for runtime annotations.
 class PlexusXmlBeanModule
          PlexusBeanModule that collects PlexusBeanMetadata by scanning XML resources.
 

Constructors in org.sonatype.guice.plexus.binders with parameters of type PlexusBeanModule
PlexusBindingModule(PlexusBeanManager manager, PlexusBeanModule... modules)
           
 

Constructor parameters in org.sonatype.guice.plexus.binders with type arguments of type PlexusBeanModule
PlexusBindingModule(PlexusBeanManager manager, Collection<PlexusBeanModule> modules)
           
 



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