|
Autopsy
4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits SwingWorker< LocalFilesDataSource, Void >.
Classes | |
| class | ProgressMonitorAdapter |
Public Member Functions | |
| XRYReportProcessorSwingWorker (XRYFolder folder, DataSourceProcessorProgressMonitor progressMonitor, DataSourceProcessorCallback callback, Case currentCase, String uniqueUUID) | |
| void | done () |
Protected Member Functions | |
| LocalFilesDataSource | doInBackground () throws TskCoreException, TskDataException, IOException, BlackboardException |
Private Attributes | |
| final DataSourceProcessorCallback | callback |
| final Case | currentCase |
| final DataSourceProcessorProgressMonitor | progressMonitor |
| final String | uniqueUUID |
| final XRYFolder | xryFolder |
Relieves the EDT from having to process the XRY report and write to the case database.
Definition at line 271 of file XRYDataSourceProcessor.java.
| org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.XRYReportProcessorSwingWorker.XRYReportProcessorSwingWorker | ( | XRYFolder | folder, |
| DataSourceProcessorProgressMonitor | progressMonitor, | ||
| DataSourceProcessorCallback | callback, | ||
| Case | currentCase, | ||
| String | uniqueUUID | ||
| ) |
Definition at line 279 of file XRYDataSourceProcessor.java.
|
protected |
Definition at line 296 of file XRYDataSourceProcessor.java.
References org.sleuthkit.autopsy.casemodule.services.FileManager.addLocalFilesDataSource(), org.sleuthkit.autopsy.casemodule.services.Services.getFileManager(), org.sleuthkit.autopsy.casemodule.Case.getServices(), org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase(), and org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorProgressMonitor.setProgressText().
| void org.sleuthkit.autopsy.datasourceprocessors.xry.XRYDataSourceProcessor.XRYReportProcessorSwingWorker.done | ( | ) |
Definition at line 322 of file XRYDataSourceProcessor.java.
References org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.DataSourceProcessorResult.CRITICAL_ERRORS, org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.done(), and org.sleuthkit.autopsy.corecomponentinterfaces.DataSourceProcessorCallback.DataSourceProcessorResult.NO_ERRORS.
|
private |
Definition at line 274 of file XRYDataSourceProcessor.java.
|
private |
Definition at line 275 of file XRYDataSourceProcessor.java.
|
private |
Definition at line 273 of file XRYDataSourceProcessor.java.
|
private |
Definition at line 277 of file XRYDataSourceProcessor.java.
|
private |
Definition at line 276 of file XRYDataSourceProcessor.java.
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.