Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.integrationtesting.IngestModuleSetupManager.ConfigArgs Class Reference

Public Member Functions

 ConfigArgs (List< String > modules)
 
List< String > getModules ()
 

Private Attributes

final List< String > modules
 

Detailed Description

The parameters used when calling 'configure' in this class.

Definition at line 39 of file IngestModuleSetupManager.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.integrationtesting.IngestModuleSetupManager.ConfigArgs.ConfigArgs ( List< String >  modules)

Main constructor.

Parameters
modulesThe ingest module factories to be loaded.

Definition at line 48 of file IngestModuleSetupManager.java.

References org.sleuthkit.autopsy.integrationtesting.IngestModuleSetupManager.ConfigArgs.modules.

Member Function Documentation

List<String> org.sleuthkit.autopsy.integrationtesting.IngestModuleSetupManager.ConfigArgs.getModules ( )
Returns
The ingest module factories to be loaded.

Definition at line 55 of file IngestModuleSetupManager.java.

References org.sleuthkit.autopsy.integrationtesting.IngestModuleSetupManager.ConfigArgs.modules.

Member Data Documentation

final List<String> org.sleuthkit.autopsy.integrationtesting.IngestModuleSetupManager.ConfigArgs.modules
private

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

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.