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.datamodel.hosts.MergeHostAction.MergeHostsBackgroundTask Class Reference

Inherits SwingWorker< Void, Void >.

Public Member Functions

 MergeHostsBackgroundTask (Host sourceHost, Host destHost, ProgressIndicator progress)
 

Protected Member Functions

Void doInBackground () throws Exception
 
void done ()
 

Private Attributes

final Host destHost
 
final ProgressIndicator progress
 
final Host sourceHost
 

Detailed Description

Merges the host in a background worker.

Definition at line 97 of file MergeHostAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.MergeHostsBackgroundTask.MergeHostsBackgroundTask ( Host  sourceHost,
Host  destHost,
ProgressIndicator  progress 
)

Definition at line 103 of file MergeHostAction.java.

Member Function Documentation

Void org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.MergeHostsBackgroundTask.doInBackground ( ) throws Exception
protected
void org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.MergeHostsBackgroundTask.done ( )
protected

Member Data Documentation

final Host org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.MergeHostsBackgroundTask.destHost
private

Definition at line 100 of file MergeHostAction.java.

final ProgressIndicator org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.MergeHostsBackgroundTask.progress
private

Definition at line 101 of file MergeHostAction.java.

final Host org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.MergeHostsBackgroundTask.sourceHost
private

Definition at line 99 of file MergeHostAction.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.