Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits AbstractAction.
Public Member Functions | |
AssociatePersonAction (Host host, Person person) | |
void | actionPerformed (ActionEvent e) |
Private Attributes | |
final Host | host |
final Person | person |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(AssociatePersonAction.class.getName()) |
Associate a host with a particular (existing) person.
Definition at line 44 of file AssociatePersonAction.java.
org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonAction.AssociatePersonAction | ( | Host | host, |
Person | person | ||
) |
Main constructor.
host | The host that will get associated with the person. |
person | The person to be the parent of the host. |
Definition at line 57 of file AssociatePersonAction.java.
void org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonAction.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 67 of file AssociatePersonAction.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Definition at line 48 of file AssociatePersonAction.java.
|
staticprivate |
Definition at line 46 of file AssociatePersonAction.java.
|
private |
Definition at line 49 of file AssociatePersonAction.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.