public final class

PlexusSpaceModule

extends Object
implements Module
java.lang.Object
   ↳ org.eclipse.sisu.plexus.PlexusSpaceModule

Class Overview

Guice Module that provides Plexus semantics without the full-blown Plexus container.

Summary

Public Constructors
PlexusSpaceModule(ClassSpace space)
PlexusSpaceModule(ClassSpace space, BeanScanning scanning)
Public Methods
void configure(Binder binder)
PlexusSpaceModule with(BeanManager manager)
Delegate management of non-Plexus beans to the given BeanManager.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.inject.Module

Public Constructors

public PlexusSpaceModule (ClassSpace space)

public PlexusSpaceModule (ClassSpace space, BeanScanning scanning)

Public Methods

public void configure (Binder binder)

public PlexusSpaceModule with (BeanManager manager)

Delegate management of non-Plexus beans to the given BeanManager.