Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
DataFetchComponents (DataFetcher< A1, R1 > fetcher, Consumer< DataFetchResult< R1 >> resultHandler) | |
DataFetcher< A1, R1 > | getFetcher () |
Consumer< DataFetchResult< R1 > > | getResultHandler () |
Private Attributes | |
final DataFetcher< A1, R1 > | fetcher |
final Consumer< DataFetchResult< R1 > > | resultHandler |
Holds the functions necessary for a DataFetchWorker. Includes the fetcher and result handler. The args are not included since they are likely dynamic.
Definition at line 38 of file DataFetchWorker.java.
org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.DataFetchComponents | ( | DataFetcher< A1, R1 > | fetcher, |
Consumer< DataFetchResult< R1 >> | resultHandler | ||
) |
Main constructor.
fetcher | The fetcher to be used as an argument for the DataFetchWorker. |
resultHandler | The result handler to be used as an argument for the DataFetchWorker. |
Definition at line 51 of file DataFetchWorker.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.fetcher, and org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.resultHandler.
DataFetcher<A1, R1> org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.getFetcher | ( | ) |
Definition at line 59 of file DataFetchWorker.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchWorker().
Consumer<DataFetchResult<R1> > org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.getResultHandler | ( | ) |
Definition at line 67 of file DataFetchWorker.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchWorker().
|
private |
Definition at line 40 of file DataFetchWorker.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.DataFetchComponents(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.getFetcher().
|
private |
Definition at line 41 of file DataFetchWorker.java.
Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.DataFetchComponents(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.getResultHandler().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.