Package org.eclipse.sisu.plexus
Class PlexusSpaceModule
- java.lang.Object
-
- org.eclipse.sisu.plexus.PlexusSpaceModule
-
- All Implemented Interfaces:
com.google.inject.Module
public final class PlexusSpaceModule extends Object implements com.google.inject.Module
GuiceModule
that provides Plexus semantics without the full-blown Plexus container.
-
-
Constructor Summary
Constructors Constructor Description PlexusSpaceModule(org.eclipse.sisu.space.ClassSpace space)
PlexusSpaceModule(org.eclipse.sisu.space.ClassSpace space, org.eclipse.sisu.space.BeanScanning scanning)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(com.google.inject.Binder binder)
PlexusSpaceModule
with(org.eclipse.sisu.bean.BeanManager manager)
Delegate management of non-Plexus beans to the givenBeanManager
.
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configure
in interfacecom.google.inject.Module
-
with
public PlexusSpaceModule with(org.eclipse.sisu.bean.BeanManager manager)
Delegate management of non-Plexus beans to the givenBeanManager
.
-
-