Autopsy  4.19.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetcher< I, O > Interface Template Reference

Public Member Functions

runQuery (I input) throws Exception
 

Detailed Description

A function that accepts input of type I and outputs type O. This function is meant to be utilized with DataFetchWorker and can therefore, throw an interrupted exception if the processing is cancelled or an Exception of on another type in the event that the fetching encountered an error.

Definition at line 28 of file DataFetcher.java.

Member Function Documentation

O org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetcher< I, O >.runQuery ( input) throws Exception

A function that accepts an input argument and outputs a result. Since it is meant to be used with the DataFetchWorker, it may throw an interrupted exception if the thread has been interrupted. It throws another type of exception if there is an error during fetching.

Parameters
inputThe input argument.
Returns
The output result.
Exceptions
Exception

Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.doInBackground().


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

Copyright © 2012-2021 Basis Technology. Generated on: Fri Aug 6 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.