Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.casemodule.Case.CaseAction< T, V, R > Interface Template Reference

Public Member Functions

execute (T progressIndicator, V additionalParams) throws CaseActionException
 

Detailed Description

Defines the signature for case action methods that can be passed as arguments to the doCaseAction method.

Parameters
<T>A ProgressIndicator
<V>The optional parameters stored in an Object.
<R>The return type of Void.

Definition at line 3085 of file Case.java.

Member Function Documentation

R org.sleuthkit.autopsy.casemodule.Case.CaseAction< T, V, R >.execute ( progressIndicator,
additionalParams 
) throws CaseActionException

The signature for a case action method.

Parameters
progressIndicatorA ProgressIndicator.
additionalParamsThe optional parameters stored in an Object.
Returns
A Void object (null).
Exceptions
CaseActionException

Referenced by org.sleuthkit.autopsy.casemodule.Case.doOpenCaseAction().


The documentation for this interface 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.