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

Inherits Keys< Object >.

Classes

class  CreateAutopsyNodeVisitor
 

Public Member Functions

 RootContentChildren (Collection<?extends Object > contentKeys)
 
void refreshContentKeys ()
 

Protected Member Functions

void addNotify ()
 
Node[] createNodes (Object key)
 
void removeNotify ()
 

Private Attributes

final Collection<?extends Object > contentKeys
 
final CreateAutopsyNodeVisitor createAutopsyNodeVisitor = new CreateAutopsyNodeVisitor()
 
final CreateSleuthkitNodeVisitor createSleuthkitNodeVisitor = new CreateSleuthkitNodeVisitor()
 

Detailed Description

Children implementation for the root node of a ContentNode tree. Accepts a list of root Content objects for the tree.

Definition at line 36 of file RootContentChildren.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.RootContentChildren.RootContentChildren ( Collection<?extends Object >  contentKeys)
Parameters
contentKeysroot Content objects for the Node tree

Definition at line 45 of file RootContentChildren.java.

References org.sleuthkit.autopsy.datamodel.RootContentChildren.contentKeys.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.RootContentChildren.addNotify ( )
protected

Definition at line 51 of file RootContentChildren.java.

Node [] org.sleuthkit.autopsy.datamodel.RootContentChildren.createNodes ( Object  key)
protected

Definition at line 71 of file RootContentChildren.java.

void org.sleuthkit.autopsy.datamodel.RootContentChildren.refreshContentKeys ( )

Refresh all content keys This creates new nodes of keys have changed.

TODO ideally, nodes would respond to event from wrapped content object but we are not ready for this.

Definition at line 66 of file RootContentChildren.java.

void org.sleuthkit.autopsy.datamodel.RootContentChildren.removeNotify ( )
protected

Definition at line 56 of file RootContentChildren.java.

Member Data Documentation

final Collection<? extends Object> org.sleuthkit.autopsy.datamodel.RootContentChildren.contentKeys
private
final CreateAutopsyNodeVisitor org.sleuthkit.autopsy.datamodel.RootContentChildren.createAutopsyNodeVisitor = new CreateAutopsyNodeVisitor()
private

Definition at line 39 of file RootContentChildren.java.

final CreateSleuthkitNodeVisitor org.sleuthkit.autopsy.datamodel.RootContentChildren.createSleuthkitNodeVisitor = new CreateSleuthkitNodeVisitor()
private

Definition at line 40 of file RootContentChildren.java.


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

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.