Package | Description |
---|---|
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.
|
storage |
Storage backend to save and load extraction results.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<ExtractionResult> |
ExtractionResultCollection.extractionResults
List of extracted information
|
Modifier and Type | Method and Description |
---|---|
void |
ExtractionResultCollection.addExtractionResult(ExtractionResult result)
Add an
ExtractionResult to this collection. |
Modifier and Type | Method and Description |
---|---|
ExtractionResult |
AbstractFileDependentModule.extractFileDependentInformation(java.nio.file.Path path) |
ExtractionResult |
SystemProperiesModule.extractInformation() |
ExtractionResult |
SimpleXPath.extractInformation() |
ExtractionResult |
SimpleLogGrep.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarCpuModule.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarCpuInfo.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarFileSystem.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarMemoryInfo.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarNetworkConfig.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarNetworkInterfaces.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarProcStat.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarSystemResources.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarSwap.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarTcp.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarUptime.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarWho.extractInformation() |
ExtractionResult |
SigarEnvironmentModules.SigarFQDN.extractInformation() |
ExtractionResult |
ScreenshotModule.extractInformation() |
ExtractionResult |
ProcessExtractionModules.ProcessParameterExtractor.extractInformation() |
ExtractionResult |
JavaInstallationInformationModule.extractInformation() |
ExtractionResult |
InstalledSoftwareModule.extractInformation() |
ExtractionResult |
GraphicProperiesModule.extractInformation() |
ExtractionResult |
GraphicCardInformationModule.extractInformation() |
ExtractionResult |
GeneralNativeCommandModuleEnv.extractInformation() |
abstract ExtractionResult |
AbstractEnvironmentModule.extractInformation() |
ExtractionResult |
SpotlightMetadataModule.extractInformation(java.nio.file.Path path) |
ExtractionResult |
SigarFileInfo.extractInformation(java.nio.file.Path file) |
ExtractionResult |
RegexModule.extractInformation(java.nio.file.Path path) |
ExtractionResult |
PosixModule.extractInformation(java.nio.file.Path file) |
ExtractionResult |
PDFFontDependencyExtractorModule.extractInformation(java.nio.file.Path path) |
ExtractionResult |
OfficeDDTDependencyExtractorModule.extractInformation(java.nio.file.Path path) |
ExtractionResult |
MediaInfoCommandModule.extractInformation(java.nio.file.Path path) |
ExtractionResult |
GeneralNativeCommandModule.extractInformation(java.nio.file.Path path) |
ExtractionResult |
FileStoreModule.extractInformation(java.nio.file.Path file) |
ExtractionResult |
FileIdentificationCommandModule.extractInformation(java.nio.file.Path path) |
ExtractionResult |
ChecksumFileModule.extractInformation(java.nio.file.Path path) |
ExtractionResult |
ApacheTikaExtractionModule.extractInformation(java.nio.file.Path path) |
abstract ExtractionResult |
AbstractFileDependentModule.extractInformation(java.nio.file.Path path) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ConfigSaver.getSerializedResult(ExtractionResult result) |