Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
IngestJobSettings | configure (IngestJobSettings curSettings, T parameters) |
default void | revert () |
Interface for a module that performs configuration. Implementers of this class must have a no-parameter constructor in order to be instantiated properly.
Definition at line 28 of file ConfigurationModule.java.
IngestJobSettings org.sleuthkit.autopsy.integrationtesting.ConfigurationModule< T >.configure | ( | IngestJobSettings | curSettings, |
T | parameters | ||
) |
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. |
default void org.sleuthkit.autopsy.integrationtesting.ConfigurationModule< T >.revert | ( | ) |
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.
Copyright © 2012-2022 Basis Technology. Generated on: Sat Jun 10 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.