Package com.google.gerrit.server.plugins
Interface ModuleGenerator
- 
- All Known Implementing Classes:
- ModuleGenerator.NOP
 
 public interface ModuleGenerator
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classModuleGenerator.NOP
 - 
Method SummaryAll Methods Instance Methods Abstract 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- 
setPluginNamevoid setPluginName(String name) 
 - 
exportvoid export(Export export, Class<?> type) throws InvalidPluginException - Throws:
- InvalidPluginException
 
 - 
listenvoid listen(com.google.inject.TypeLiteral<?> tl, Class<?> clazz)
 - 
createcom.google.inject.Module create() throws InvalidPluginException- Throws:
- InvalidPluginException
 
 
- 
 
-