Package org.eclipse.sisu.plexus
Class PlexusBindingModule
java.lang.Object
org.eclipse.sisu.plexus.PlexusBindingModule
- All Implemented Interfaces:
com.google.inject.Module
Guice
Module
that supports registration, injection, and management of Plexus beans.-
Constructor Summary
ConstructorsConstructorDescriptionPlexusBindingModule
(org.eclipse.sisu.bean.BeanManager manager, Collection<? extends PlexusBeanModule> modules) PlexusBindingModule
(org.eclipse.sisu.bean.BeanManager manager, PlexusBeanModule... modules) -
Method Summary
-
Constructor Details
-
PlexusBindingModule
-
PlexusBindingModule
public PlexusBindingModule(org.eclipse.sisu.bean.BeanManager manager, Collection<? extends PlexusBeanModule> modules)
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configure
in interfacecom.google.inject.Module
-