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.RemoveParentPersonAction Class Reference

Inherits AbstractAction.

Public Member Functions

 RemoveParentPersonAction (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(RemoveParentPersonAction.class.getName())
 

Detailed Description

Removes the parent person from the specified host.

Definition at line 46 of file RemoveParentPersonAction.java.

Constructor & Destructor Documentation

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

Main constructor.

Parameters
hostThe host that will become parentless.
personThe person to be removed as a parent from the host.

Definition at line 59 of file RemoveParentPersonAction.java.

Member Function Documentation

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

Member Data Documentation

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

Definition at line 51 of file RemoveParentPersonAction.java.

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

Definition at line 48 of file RemoveParentPersonAction.java.

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

Definition at line 50 of file RemoveParentPersonAction.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.