Autopsy  4.19.0
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 AbstractFile abstractFile
 
final Collection< CorrelationAttributeInstancecorrelationAttList
 
final String dataSourceName
 
final File destFile
 
final String deviceId
 

Detailed Description

SwingWorker for creating the CSV dump file.

Definition at line 658 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 690 of file OtherOccurrencesPanel.java.

Member Data Documentation

final AbstractFile org.sleuthkit.autopsy.centralrepository.contentviewer.OtherOccurrencesPanel.CSVWorker.abstractFile
private

Definition at line 664 of file OtherOccurrencesPanel.java.

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

Definition at line 660 of file OtherOccurrencesPanel.java.

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

Definition at line 661 of file OtherOccurrencesPanel.java.

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

Definition at line 663 of file OtherOccurrencesPanel.java.

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

Definition at line 662 of file OtherOccurrencesPanel.java.


The documentation for this class 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.