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.Modulecreate()voidexport(Export export, Class<?> type)voidlisten(com.google.inject.TypeLiteral<?> tl, Class<?> clazz)voidsetPluginName(String name)
-
-
-
Method Detail
-
setPluginName
public void setPluginName(String name)
- Specified by:
setPluginNamein interfaceModuleGenerator
-
listen
public void listen(com.google.inject.TypeLiteral<?> tl, Class<?> clazz)- Specified by:
listenin interfaceModuleGenerator
-
export
public void export(Export export, Class<?> type)
- Specified by:
exportin interfaceModuleGenerator
-
create
public com.google.inject.Module create() throws InvalidPluginException- Specified by:
createin interfaceModuleGenerator- Throws:
InvalidPluginException
-
-