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.
|
modules |
Sources relevant to the information extraction modules especially
abstract module classes for the different types of modules (file-dependent,
environment, daemon), and the module implementations.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.LinkedList<Event> |
EventController.late |
Modifier and Type | Method and Description |
---|---|
boolean |
StorageEventProcessor.processevent(Event e) |
boolean |
EventProcessorInterface.processevent(Event e)
Process event e
|
void |
EventController.submitEvent(Event e) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDaemonModule.submitEvent(Event e) |