Autopsy  4.14.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.CommandLineIngestManager Class Reference

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())
 

Detailed Description

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.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.CommandLineIngestManager ( )

Definition at line 85 of file CommandLineIngestManager.java.

Member Function Documentation

void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.start ( )
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.stop ( )

Member Data Documentation

Case org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.caseForJob = null
private

Definition at line 81 of file CommandLineIngestManager.java.

AutoIngestDataSource org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.dataSource = null
private

Definition at line 82 of file CommandLineIngestManager.java.

final Set<IngestManager.IngestJobEvent> org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.CANCELLED, IngestManager.IngestJobEvent.COMPLETED)
staticprivate
final String org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.LOG_DIR_NAME = "Command Output"
staticprivate
final Logger org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.LOGGER = Logger.getLogger(CommandLineIngestManager.class.getName())
staticprivate

Definition at line 79 of file CommandLineIngestManager.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.