|
Autopsy
4.21.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Merges the host in a background worker.
Definition at line 97 of file MergeHostAction.java.
| org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.MergeHostsBackgroundTask.MergeHostsBackgroundTask | ( | Host | sourceHost, |
| Host | destHost, | ||
| ProgressIndicator | progress | ||
| ) |
Definition at line 103 of file MergeHostAction.java.
|
protected |
|
protected |
Definition at line 120 of file MergeHostAction.java.
References org.sleuthkit.autopsy.progress.ProgressIndicator.finish(), and org::sleuthkit::datamodel::Host.getName().
|
private |
Definition at line 100 of file MergeHostAction.java.
|
private |
Definition at line 101 of file MergeHostAction.java.
|
private |
Definition at line 99 of file MergeHostAction.java.
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.