Autopsy  3.1
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 34 of file OpenFromArguments.java.

Member Function Documentation

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

Definition at line 41 of file OpenFromArguments.java.

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

Definition at line 48 of file OpenFromArguments.java.

Member Data Documentation

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

Definition at line 37 of file OpenFromArguments.java.

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

Definition at line 38 of file OpenFromArguments.java.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.