Package | Description |
---|---|
controller |
Application controller classes, for managing the extraction
process, the storage of the extracted information, management of modules and profiles,
event handling, and environment observation.
|
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap<java.lang.String,GenericModule> |
ModuleController.genericModules
HashMap of all available
GenericModule s. |
Modifier and Type | Method and Description |
---|---|
static GenericModule |
ModuleController.getGenericModule(java.lang.String moduleName)
Returns a
GenericModule with a specific name. |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<GenericModule> |
ModuleController.getGenericModuleSet()
Returns a collection of all available
GenericModule s. |