Package com.google.gerrit.server.plugins
Class ModuleGenerator.NOP
- java.lang.Object
-
- com.google.gerrit.server.plugins.ModuleGenerator.NOP
-
- All Implemented Interfaces:
ModuleGenerator
- Enclosing interface:
- ModuleGenerator
public static class ModuleGenerator.NOP extends Object implements ModuleGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gerrit.server.plugins.ModuleGenerator
ModuleGenerator.NOP
-
-
Constructor Summary
Constructors Constructor Description NOP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.inject.Module
create()
void
export(Export export, Class<?> type)
void
listen(com.google.inject.TypeLiteral<?> tl, Class<?> clazz)
void
setPluginName(String name)
-
-
-
Method Detail
-
setPluginName
public void setPluginName(String name)
- Specified by:
setPluginName
in interfaceModuleGenerator
-
listen
public void listen(com.google.inject.TypeLiteral<?> tl, Class<?> clazz)
- Specified by:
listen
in interfaceModuleGenerator
-
export
public void export(Export export, Class<?> type)
- Specified by:
export
in interfaceModuleGenerator
-
create
public com.google.inject.Module create() throws InvalidPluginException
- Specified by:
create
in interfaceModuleGenerator
- Throws:
InvalidPluginException
-
-