Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.CSVWorker Class Reference

Inherits SwingWorker< Void, Void >.

Public Member Functions

void done ()
 

Protected Member Functions

Void doInBackground () throws Exception
 

Private Attributes

final Collection< CorrelationAttributeInstancecorrelationAttList
 
final String dataSourceName
 
final File destFile
 
final String deviceId
 

Detailed Description

SwingWorker for creating the CSV dump file.

Definition at line 647 of file OtherOccurrencesPanel.java.

Member Function Documentation

Void org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.CSVWorker.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.CSVWorker.done ( )

Definition at line 677 of file OtherOccurrencesPanel.java.

Member Data Documentation

final Collection<CorrelationAttributeInstance> org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.CSVWorker.correlationAttList
private

Definition at line 649 of file OtherOccurrencesPanel.java.

final String org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.CSVWorker.dataSourceName
private

Definition at line 650 of file OtherOccurrencesPanel.java.

final File org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.CSVWorker.destFile
private

Definition at line 652 of file OtherOccurrencesPanel.java.

final String org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.CSVWorker.deviceId
private

Definition at line 651 of file OtherOccurrencesPanel.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.