|
Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 77 of file CommandLineIngestManager.java.
| org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.CommandLineIngestManager | ( | ) |
Definition at line 85 of file CommandLineIngestManager.java.
| void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.start | ( | ) |
Definition at line 88 of file CommandLineIngestManager.java.
Referenced by org.sleuthkit.autopsy.casemodule.StartupWindowProvider.init().
| void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.stop | ( | ) |
Definition at line 92 of file CommandLineIngestManager.java.
References org.sleuthkit.autopsy.casemodule.Case.closeCurrentCase().
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.run().
|
private |
Definition at line 81 of file CommandLineIngestManager.java.
|
private |
Definition at line 82 of file CommandLineIngestManager.java.
|
staticprivate |
Definition at line 80 of file CommandLineIngestManager.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.analyze().
|
staticprivate |
Definition at line 83 of file CommandLineIngestManager.java.
Referenced by org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.getOutputDirPath().
|
staticprivate |
Definition at line 79 of file CommandLineIngestManager.java.
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.