|
Autopsy
4.22.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Classes | |
| class | MergeHostsBackgroundTask |
Public Member Functions | |
| MergeHostAction (Host sourceHost, Host destHost) | |
| void | actionPerformed (ActionEvent e) |
Private Attributes | |
| final Host | destHost |
| final Host | sourceHost |
Static Private Attributes | |
| static final Logger | logger = Logger.getLogger(MergeHostAction.class.getName()) |
Menu action to merge a host into another host.
Definition at line 43 of file MergeHostAction.java.
| org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.MergeHostAction | ( | Host | sourceHost, |
| Host | destHost | ||
| ) |
Main constructor.
| sourceHost | The source host. |
| destHost | The destination host. |
Definition at line 56 of file MergeHostAction.java.
References org::sleuthkit::datamodel::Host.getName().
| void org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 74 of file MergeHostAction.java.
References org::sleuthkit::datamodel::Host.getName(), and org.sleuthkit.autopsy.progress.ModalDialogProgressIndicator.start().
|
private |
Definition at line 48 of file MergeHostAction.java.
|
staticprivate |
Definition at line 45 of file MergeHostAction.java.
|
private |
Definition at line 47 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.