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

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

Detailed Description

Associate a host with a particular (existing) person.

Definition at line 44 of file AssociatePersonAction.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonAction.AssociatePersonAction ( Host  host,
Person  person 
)

Main constructor.

Parameters
hostThe host that will get associated with the person.
personThe person to be the parent of the host.

Definition at line 57 of file AssociatePersonAction.java.

Member Function Documentation

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

Member Data Documentation

final Host org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonAction.host
private

Definition at line 48 of file AssociatePersonAction.java.

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

Definition at line 46 of file AssociatePersonAction.java.

final Person org.sleuthkit.autopsy.datamodel.hosts.AssociatePersonAction.person
private

Definition at line 49 of file AssociatePersonAction.java.


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

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