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.AbstractModule
Module providing theDiffExecutor
.
-
-
Constructor Summary
Constructors Constructor Description DiffExecutorModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configure()
ExecutorService
createDiffExecutor()
-
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
-
-
-
Method Detail
-
configure
protected void configure()
- Overrides:
configure
in classcom.google.inject.AbstractModule
-
createDiffExecutor
@Provides public ExecutorService createDiffExecutor()
-
-