Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.integrationtesting.ConfigurationModule< IngestModuleSetupManager.ConfigArgs >.
Classes | |
class | ConfigArgs |
Public Member Functions | |
IngestJobSettings | configure (IngestJobSettings curSettings, T parameters) |
IngestJobSettings | configure (IngestJobSettings curSettings, IngestModuleSetupManager.ConfigArgs parameters) |
default void | revert () |
Static Private Attributes | |
static final IngestModuleFactoryService | ingestModuleFactories = new IngestModuleFactoryService() |
Handles setting up the autopsy environment to be used with integration tests.
Definition at line 34 of file IngestModuleSetupManager.java.
|
inherited |
Configures the autopsy environment and updates the current ingest job settings to augment with any additional templates that may need to be added or any other ingest job setting changes.
curSettings | The current IngestJobSettings. |
parameters | The parameters object for this configuration module. |
IngestJobSettings org.sleuthkit.autopsy.integrationtesting.IngestModuleSetupManager.configure | ( | IngestJobSettings | curSettings, |
IngestModuleSetupManager.ConfigArgs | parameters | ||
) |
Definition at line 63 of file IngestModuleSetupManager.java.
References org.sleuthkit.autopsy.ingest.IngestJobSettings.IngestType.ALL_MODULES, org.sleuthkit.autopsy.ingest.IngestJobSettings.getEnabledIngestModuleTemplates(), org.sleuthkit.autopsy.ingest.IngestJobSettings.getExecutionContext(), and org.sleuthkit.autopsy.integrationtesting.IngestModuleFactoryService.getFactories().
|
inherited |
In the event that settings outside the IngestJobSettings were altered, this provides a means of reverting those changes when the test completes. Configuration changes in the 'configure' method can be captured in this object for revert to utilize.
Definition at line 48 of file ConfigurationModule.java.
|
staticprivate |
Definition at line 60 of file IngestModuleSetupManager.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.