Autopsy  4.18.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Protected Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory Class Reference

Inherits org.sleuthkit.autopsy.datamodel.accounts.Accounts.ObservingChildren< String >.

Protected Member Functions

void addNotify ()
 
abstract boolean createKeys (List< X > list)
 
boolean createKeys (List< String > list)
 
Node[] createNodesForKey (String accountTypeName)
 
void finalize () throws Throwable
 

Private Member Functions

Node[] getNodeArr (Node node)
 

Private Attributes

final PropertyChangeListener pcl
 
final PropertyChangeListener weakPcl = WeakListeners.propertyChange(pcl, null)
 

Detailed Description

Creates child nodes for each account type in the db.

Definition at line 362 of file Accounts.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.addNotify ( )
protected
abstract boolean org.sleuthkit.autopsy.datamodel.accounts.Accounts.ObservingChildren< X >.createKeys ( List< X >  list)
abstractprotectedinherited

Create of keys used by this Children object to represent the child nodes.

boolean org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.createKeys ( List< String >  list)
protected

Definition at line 435 of file Accounts.java.

Node [] org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.createNodesForKey ( String  accountTypeName)
protected
void org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.finalize ( ) throws Throwable
protected
Node [] org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.getNodeArr ( Node  node)
private

Registers the given node with the reviewStatusBus and returns the node wrapped in an array.

Parameters
nodeThe node to be wrapped.
Returns
The array containing this node.

Definition at line 448 of file Accounts.java.

Referenced by org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.createNodesForKey().

Member Data Documentation

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.pcl
private

Definition at line 368 of file Accounts.java.

final PropertyChangeListener org.sleuthkit.autopsy.datamodel.accounts.Accounts.AccountTypeFactory.weakPcl = WeakListeners.propertyChange(pcl, null)
private

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.