Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.integrationtesting.ConfigurationModule< T > Interface Template Reference

Public Member Functions

IngestJobSettings configure (IngestJobSettings curSettings, T parameters)
 
default void revert ()
 

Detailed Description

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.

Member Function Documentation

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.

Parameters
curSettingsThe current IngestJobSettings.
parametersThe parameters object for this configuration module.
Returns
The new IngestJobSettings or 'curSettings' if no IngestJobSettings need to be made.

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.


The documentation for this interface was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.