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.
|
gui |
The graphical user interface made with swing and awt, and the system tray icon.
|
model |
This package contains of data structure classes "model layer": this includes the data
structures for profiles, information collections and extraction results.
|
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.
|
modules.configuration |
Class and Description |
---|
AbstractModule
The abstract base class for all attribute extraction modules.
|
Class and Description |
---|
AbstractModule
The abstract base class for all attribute extraction modules.
|
Class and Description |
---|
AbstractDaemonModule |
AbstractModule
The abstract base class for all attribute extraction modules.
|
Class and Description |
---|
GeneralExecutableModuleConfig |