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

Inherits org.sleuthkit.autopsy.datamodel.FileNode.

Classes

enum  CommonFilePropertyType
 

Public Member Functions

 FileInstanceNode (AbstractFile fsContent, String dataSource)
 
Action[] getActions (boolean context)
 
AbstractFile getContent ()
 
boolean getDirectoryBrowseMode ()
 
String getItemType ()
 
boolean isLeafTypeNode ()
 

Static Public Attributes

static final String HIDE_PARENT
 

Protected Member Functions

Sheet createSheet ()
 

Static Private Member Functions

static void fillPropertyMap (Map< String, Object > map, FileInstanceNode node)
 

Private Attributes

final String dataSource
 

Detailed Description

Used by the Common Files search feature to encapsulate instances of a given MD5s matched in the search. These nodes will be children of Md5Nodes.

Definition at line 32 of file FileInstanceNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.FileInstanceNode.FileInstanceNode ( AbstractFile  fsContent,
String  dataSource 
)

Member Function Documentation

Sheet org.sleuthkit.autopsy.datamodel.FileInstanceNode.createSheet ( )
protected
static void org.sleuthkit.autopsy.datamodel.FileInstanceNode.fillPropertyMap ( Map< String, Object >  map,
FileInstanceNode  node 
)
staticprivate
Action [] org.sleuthkit.autopsy.datamodel.FileNode.getActions ( boolean  context)
inherited
AbstractFile org.sleuthkit.autopsy.datamodel.FileInstanceNode.getContent ( )
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 236 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 223 of file FileNode.java.

Member Data Documentation

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

Definition at line 38 of file AbstractFsContentNode.java.


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.