Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.commandlineingest.CommandLineManager.
Classes | |
class | JobProcessingTask |
Public Member Functions | |
CommandLineIngestManager () | |
void | start () |
Private Attributes | |
Case | caseForJob = null |
AutoIngestDataSource | dataSource = null |
Static Private Attributes | |
static final Set< IngestManager.IngestJobEvent > | INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.CANCELLED, IngestManager.IngestJobEvent.COMPLETED) |
static final Logger | LOGGER = Logger.getLogger(CommandLineIngestManager.class.getName()) |
Allows Autopsy to be invoked with command line arguments. Arguments exist to cause Autopsy to create a case, add a specified data source, run ingest on that data source, list all data sources in the case, and generate reports.
Definition at line 72 of file CommandLineIngestManager.java.
org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.CommandLineIngestManager | ( | ) |
Definition at line 83 of file CommandLineIngestManager.java.
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.start | ( | ) |
Definition at line 86 of file CommandLineIngestManager.java.
Referenced by org.sleuthkit.autopsy.casemodule.StartupWindowProvider.init().
|
private |
Definition at line 76 of file CommandLineIngestManager.java.
|
private |
Definition at line 77 of file CommandLineIngestManager.java.
|
staticprivate |
Definition at line 75 of file CommandLineIngestManager.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.analyze().
|
staticprivate |
Definition at line 74 of file CommandLineIngestManager.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.