Autopsy  4.11.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.core.AutopsyOptionProcessor Class Reference

Inherits OptionProcessor.

Protected Member Functions

Set< Option > getOptions ()
 
void process (Env env, Map< Option, String[]> values) throws CommandException
 

Private Attributes

final Option liveAutopsyOption = Option.optionalArgument('l', "liveAutopsy")
 

Static Private Attributes

static final Logger logger = Logger.getLogger(AutopsyOptionProcessor.class.getName())
 
static final String PROP_BASECASE = "LBL_BaseCase_PATH"
 

Detailed Description

This class can be used to add command line options to Autopsy To add more options to autopsy, create a Option variable and add it to the set in getOptions method Do your logic for that option in the process method

Definition at line 40 of file AutopsyOptionProcessor.java.

Member Function Documentation

Set<Option> org.sleuthkit.autopsy.core.AutopsyOptionProcessor.getOptions ( )
protected

Definition at line 49 of file AutopsyOptionProcessor.java.

void org.sleuthkit.autopsy.core.AutopsyOptionProcessor.process ( Env  env,
Map< Option, String[]>  values 
) throws CommandException
protected

Member Data Documentation

final Option org.sleuthkit.autopsy.core.AutopsyOptionProcessor.liveAutopsyOption = Option.optionalArgument('l', "liveAutopsy")
private

Definition at line 43 of file AutopsyOptionProcessor.java.

final Logger org.sleuthkit.autopsy.core.AutopsyOptionProcessor.logger = Logger.getLogger(AutopsyOptionProcessor.class.getName())
staticprivate

Definition at line 42 of file AutopsyOptionProcessor.java.

final String org.sleuthkit.autopsy.core.AutopsyOptionProcessor.PROP_BASECASE = "LBL_BaseCase_PATH"
staticprivate

Definition at line 45 of file AutopsyOptionProcessor.java.


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

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