Autopsy  4.18.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 648 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 680 of file OtherOccurrencesPanel.java.

Member Data Documentation

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

Definition at line 654 of file OtherOccurrencesPanel.java.

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

Definition at line 650 of file OtherOccurrencesPanel.java.

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

Definition at line 651 of file OtherOccurrencesPanel.java.

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

Definition at line 653 of file OtherOccurrencesPanel.java.

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

Definition at line 652 of file OtherOccurrencesPanel.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.