public class ModuleFactory extends Object
UpdateScope and UpdateSpecificity.| Modifier and Type | Class and Description |
|---|---|
static class |
ModuleFactory.Scope
The type of
UpdateScope. |
static class |
ModuleFactory.Specificity
The type of
UpdateSpecificity. |
| Constructor and Description |
|---|
ModuleFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <ModuleImplementation extends ConcentrationBasedModule> |
setupModule(Class<ModuleImplementation> moduleCLass,
ModuleFactory.Scope scope,
ModuleFactory.Specificity specificity)
Creates a new module with the specified setup.
|
public static <ModuleImplementation extends ConcentrationBasedModule> ModuleImplementation setupModule(Class<ModuleImplementation> moduleCLass, ModuleFactory.Scope scope, ModuleFactory.Specificity specificity)
ModuleImplementation - The type of the implementation.moduleCLass - The implementation of the module.scope - The scope of the module.specificity - The specificity of the module.Copyright © 2018. All rights reserved.