public final class

PlexusBindingModule

extends AbstractModule
java.lang.Object
   ↳ com.google.inject.AbstractModule
     ↳ org.sonatype.guice.plexus.binders.PlexusBindingModule

Class Overview

Guice Module that supports registration, injection, and management of Plexus beans.

Summary

Public Constructors
PlexusBindingModule(PlexusBeanManager manager, PlexusBeanModule... modules)
PlexusBindingModule(PlexusBeanManager manager, Collection<PlexusBeanModule> modules)
Protected Methods
void configure()
[Expand]
Inherited Methods
From class com.google.inject.AbstractModule
From class java.lang.Object
From interface com.google.inject.Module

Public Constructors

public PlexusBindingModule (PlexusBeanManager manager, PlexusBeanModule... modules)

public PlexusBindingModule (PlexusBeanManager manager, Collection<PlexusBeanModule> modules)

Protected Methods

protected void configure ()