Autopsy  4.12.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

Path rootOutputDirectory
 

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

Detailed Description

Allows Autopsy to be invoked with a command line arguments. Causes Autopsy to create a case, add a specified data source, run ingest on that data source, produce a CASE/UCO report and exit.

Definition at line 67 of file CommandLineIngestManager.java.

Constructor & Destructor Documentation

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

Definition at line 73 of file CommandLineIngestManager.java.

Member Function Documentation

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

Member Data Documentation

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

Definition at line 69 of file CommandLineIngestManager.java.

Path org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.rootOutputDirectory
private

Definition at line 71 of file CommandLineIngestManager.java.


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

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.