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

Inherits org.sleuthkit.autopsy.datamodel.FileNode.

Public Member Functions

 ScoreFileNode (AbstractFile af, boolean directoryBrowseMode)
 
Action[] getActions (boolean context)
 
boolean getDirectoryBrowseMode ()
 
String getItemType ()
 
boolean isLeafTypeNode ()
 

Static Public Attributes

static final String HIDE_PARENT
 

Protected Member Functions

synchronized Sheet createSheet ()
 

Static Private Attributes

static final Logger logger = Logger.getLogger(ScoreFileNode.class.getName())
 

Detailed Description

Definition at line 790 of file ScoreContent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreFileNode.ScoreFileNode ( AbstractFile  af,
boolean  directoryBrowseMode 
)

Definition at line 794 of file ScoreContent.java.

Member Function Documentation

synchronized Sheet org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreFileNode.createSheet ( )
protected

Definition at line 799 of file ScoreContent.java.

Action [] org.sleuthkit.autopsy.datamodel.FileNode.getActions ( boolean  context)
inherited
boolean org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.getDirectoryBrowseMode ( )
inherited
String org.sleuthkit.autopsy.datamodel.FileNode.getItemType ( )
inherited

Gets the item type string of the node, suitable for use as a key.

Returns
A String representing the item type of node.

Definition at line 247 of file FileNode.java.

boolean org.sleuthkit.autopsy.datamodel.FileNode.isLeafTypeNode ( )
inherited

Indicates whether or not the node is capable of having child nodes. Should only return true if the node is ALWAYS a leaf node.

Returns
True or false.

Definition at line 234 of file FileNode.java.

Member Data Documentation

final String org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.HIDE_PARENT
staticinherited

Definition at line 34 of file AbstractFsContentNode.java.

final Logger org.sleuthkit.autopsy.datamodel.ScoreContent.ScoreFileNode.logger = Logger.getLogger(ScoreFileNode.class.getName())
staticprivate

Definition at line 792 of file ScoreContent.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Feb 6 2024
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.