Autopsy  4.10.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.OpenFromArguments Class Reference

Inherits OptionProcessor.

Public Member Functions

String getDefaultArg ()
 

Protected Member Functions

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

Private Attributes

String autPath = ""
 
final Option option1 = Option.defaultArguments()
 

Detailed Description

Allows Autopsy to get path to .aut file passed in via associating the file type in Windows.

Definition at line 35 of file OpenFromArguments.java.

Member Function Documentation

String org.sleuthkit.autopsy.casemodule.OpenFromArguments.getDefaultArg ( )

Definition at line 57 of file OpenFromArguments.java.

Set<Option> org.sleuthkit.autopsy.casemodule.OpenFromArguments.getOptions ( )
protected

Definition at line 44 of file OpenFromArguments.java.

void org.sleuthkit.autopsy.casemodule.OpenFromArguments.process ( Env  env,
Map< Option, String[]>  maps 
) throws CommandException
protected

Definition at line 51 of file OpenFromArguments.java.

Member Data Documentation

String org.sleuthkit.autopsy.casemodule.OpenFromArguments.autPath = ""
private

Definition at line 40 of file OpenFromArguments.java.

final Option org.sleuthkit.autopsy.casemodule.OpenFromArguments.option1 = Option.defaultArguments()
private

Definition at line 41 of file OpenFromArguments.java.


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

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