Package org.eclipse.sisu.plexus
Class PlexusSpaceModule
java.lang.Object
org.eclipse.sisu.plexus.PlexusSpaceModule
- All Implemented Interfaces:
com.google.inject.Module
Guice
Module
that provides Plexus semantics without the full-blown Plexus container.-
Constructor Summary
ConstructorsConstructorDescriptionPlexusSpaceModule
(org.eclipse.sisu.space.ClassSpace space) PlexusSpaceModule
(org.eclipse.sisu.space.ClassSpace space, org.eclipse.sisu.space.BeanScanning scanning) -
Method Summary
-
Constructor Details
-
PlexusSpaceModule
public PlexusSpaceModule(org.eclipse.sisu.space.ClassSpace space) -
PlexusSpaceModule
public PlexusSpaceModule(org.eclipse.sisu.space.ClassSpace space, org.eclipse.sisu.space.BeanScanning scanning)
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configure
in interfacecom.google.inject.Module
-
with
Delegate management of non-Plexus beans to the givenBeanManager
.
-