See: Description
| Class | Description |
|---|---|
| Environment |
This class is a data structure to hold the extracted information, that is
valid for the whole environment and does not depend on single files.
|
| Event |
Represents an event that occurred in the system environment and was monitored
by one of the application daemons, or an event created as result of other
occurring events.
|
| ExtractionResult |
This class represents the result of a single module extraction run.
|
| ExtractionResultCollection |
Information collections are used to collect sets of extracted information as
ExtractionResults, for example from different module extractions, to
be saved together. |
| GenericModule |
Generic modules are used to provide a list of available modules without
configuration.
|
| GenericModuleTest | |
| KeyValueResult |
Utility class to be used by
ExtractionResult to store simple
extracted information in key-value format. |
| MetadataCollectionTest | |
| OperatingSystem |
AbstractModules use this class to define a list of operating
systems where they are compatible with, and to validate if they can be
executed on the current system. |
| Part |
This data structure represents a file with its belonging extracted
information.
|
| PartTest | |
| Profile |
A Profile is a data structure that contains a list of files (
Part)
and a list of configured AbstractModules to be used on these files. |
| ProfileTemplate |
A template class for a
Profile, to save and load a pre-configured set
of AbstractModules used for the fast creation of a Profile. |
| ProfileTest |
| Enum | Description |
|---|---|
| OperatingSystem.OsName |
Operating system types for a general distinction.
|