public final class PlexusSpaceModule
extends java.lang.Object
implements com.google.inject.Module
Module that provides Plexus semantics without the full-blown Plexus container.| Constructor and Description |
|---|
PlexusSpaceModule(org.eclipse.sisu.space.ClassSpace space) |
PlexusSpaceModule(org.eclipse.sisu.space.ClassSpace space,
org.eclipse.sisu.space.BeanScanning scanning) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.google.inject.Binder binder) |
PlexusSpaceModule |
with(org.eclipse.sisu.bean.BeanManager manager)
Delegate management of non-Plexus beans to the given
BeanManager. |
public PlexusSpaceModule(org.eclipse.sisu.space.ClassSpace space)
public PlexusSpaceModule(org.eclipse.sisu.space.ClassSpace space,
org.eclipse.sisu.space.BeanScanning scanning)
public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Modulepublic PlexusSpaceModule with(org.eclipse.sisu.bean.BeanManager manager)
BeanManager.