See: Description
Interface | Description |
---|---|
EventProcessorInterface |
Class | Description |
---|---|
EventController | |
ExtractionController |
The ExtractionController is the main controlling class of the application; It
controls the main application thread and the extraction process and the
Extractor . |
ExtractionControllerBuilder |
The ExtractionControllerBuilder creates an ExtractionController object.
|
ExtractionControllerBuilderTest | |
Extractor |
This information extractor extracts information from the computer system
environment.
|
FileMonitorDaemon |
The FileMonitorDaemon is a daemon that observes file events.
|
FileMonitorTest | |
ModuleController |
Manages the extraction modules and provides a set of generic modules to
instantiate new
AbstractModule s. |
ProfileController |
The ProfileController manages all
Profile s and provides a default
profile. |
StorageController |
Controller class to manage the storage backend classes.
|
StorageEventProcessor |