Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.commandlineingest.CommandLineOpenCaseManager Class Reference

Inherits org.sleuthkit.autopsy.commandlineingest.CommandLineManager.

Classes

class  JobProcessingTask
 

Public Member Functions

 CommandLineOpenCaseManager (String casePath)
 
void start ()
 

Private Attributes

final String casePath
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(CommandLineOpenCaseManager.class.getName())
 

Detailed Description

Handles the opening of a case from the command line.

Definition at line 29 of file CommandLineOpenCaseManager.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commandlineingest.CommandLineOpenCaseManager.CommandLineOpenCaseManager ( String  casePath)

Member Function Documentation

void org.sleuthkit.autopsy.commandlineingest.CommandLineOpenCaseManager.start ( )

Starts the thread to open the case.

Definition at line 41 of file CommandLineOpenCaseManager.java.

Referenced by org.sleuthkit.autopsy.casemodule.StartupWindowProvider.init().

Member Data Documentation

final String org.sleuthkit.autopsy.commandlineingest.CommandLineOpenCaseManager.casePath
private
final Logger org.sleuthkit.autopsy.commandlineingest.CommandLineOpenCaseManager.LOGGER = Logger.getLogger(CommandLineOpenCaseManager.class.getName())
staticprivate

Definition at line 31 of file CommandLineOpenCaseManager.java.


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

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