Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
O | runQuery (I input) throws Exception |
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.
O org.sleuthkit.autopsy.datasourcesummary.datamodel.DataFetcher< I, O >.runQuery | ( | I | 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.
input | The input argument. |
Exception |
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.doInBackground().
Copyright © 2012-2022 Basis Technology. Generated on: Fri Mar 24 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.