Package com.google.gerrit.server.patch
Class DiffExecutorModule
- java.lang.Object
- 
- com.google.inject.AbstractModule
- 
- com.google.gerrit.server.patch.DiffExecutorModule
 
 
- 
- All Implemented Interfaces:
- com.google.inject.Module
 
 public class DiffExecutorModule extends com.google.inject.AbstractModuleModule providing theDiffExecutor.
- 
- 
Constructor SummaryConstructors Constructor Description DiffExecutorModule()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()ExecutorServiceprovideDiffExecutor()- 
Methods inherited from class com.google.inject.AbstractModuleaddError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
- 
 
- 
- 
- 
Method Detail- 
configureprotected void configure() - Overrides:
- configurein class- com.google.inject.AbstractModule
 
 - 
provideDiffExecutor@Provides public ExecutorService provideDiffExecutor() 
 
- 
 
-