Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction Class Reference

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())
 

Detailed Description

Menu action to merge a host into another host.

Definition at line 43 of file MergeHostAction.java.

Constructor & Destructor Documentation

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

Main constructor.

Parameters
sourceHostThe source host.
destHostThe destination host.

Definition at line 56 of file MergeHostAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.actionPerformed ( ActionEvent  e)

Member Data Documentation

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

Definition at line 48 of file MergeHostAction.java.

final Logger org.sleuthkit.autopsy.datamodel.hosts.MergeHostAction.logger = Logger.getLogger(MergeHostAction.class.getName())
staticprivate

Definition at line 45 of file MergeHostAction.java.

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

Definition at line 47 of file MergeHostAction.java.


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

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