Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.commandlineingest.CommandLineManager.
Classes | |
class | CaseFolderFilter |
class | JobProcessingTask |
Public Member Functions | |
CommandLineIngestManager () | |
void | start () |
void | stop () |
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 String | LOG_DIR_NAME = "Command Output" |
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 76 of file CommandLineIngestManager.java.
org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.CommandLineIngestManager | ( | ) |
Definition at line 84 of file CommandLineIngestManager.java.
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.start | ( | ) |
Definition at line 87 of file CommandLineIngestManager.java.
Referenced by org.sleuthkit.autopsy.casemodule.StartupWindowProvider.init().
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.stop | ( | ) |
Definition at line 91 of file CommandLineIngestManager.java.
References org.sleuthkit.autopsy.casemodule.Case.closeCurrentCase().
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.run().
|
private |
Definition at line 80 of file CommandLineIngestManager.java.
|
private |
Definition at line 81 of file CommandLineIngestManager.java.
|
staticprivate |
Definition at line 79 of file CommandLineIngestManager.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.analyze().
|
staticprivate |
Definition at line 82 of file CommandLineIngestManager.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.getOutputDirPath().
|
staticprivate |
Definition at line 78 of file CommandLineIngestManager.java.
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.