org.hudsonci.inject.internal.extension
Class ExtensionModule

java.lang.Object
  extended by org.hudsonci.inject.internal.extension.ExtensionModule
All Implemented Interfaces:
com.google.inject.Module

public final class ExtensionModule
extends Object
implements com.google.inject.Module

Configures modules to discover Hudson components.

Since:
1.397
Author:
Jason Dillon

Constructor Summary
ExtensionModule(org.sonatype.guice.bean.reflect.ClassSpace space, boolean globalIndex)
           
 
Method Summary
 void configure(com.google.inject.Binder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionModule

public ExtensionModule(org.sonatype.guice.bean.reflect.ClassSpace space,
                       boolean globalIndex)
Method Detail

configure

public void configure(com.google.inject.Binder binder)
Specified by:
configure in interface com.google.inject.Module


Copyright © 2004-2011 Hudson. All Rights Reserved.