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

Inherits org.sleuthkit.autopsy.datamodel.DisplayableItemNode.

Classes

enum  CommonFileParentPropertyType
 
class  FileInstanceNodeFactory
 

Public Member Functions

 Md5Node (Md5Metadata data)
 
NodeSelectionInfo getChildNodeSelectionInfo ()
 
String getItemType ()
 
String getMd5 ()
 
boolean isLeafTypeNode ()
 
void setChildNodeSelectionInfo (NodeSelectionInfo selectedChildNodeInfo)
 

Protected Member Functions

Sheet createSheet ()
 

Static Private Member Functions

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

Private Attributes

final int commonFileCount
 
final String dataSources
 
final String md5Hash
 

Static Private Attributes

static final Logger LOGGER = Logger.getLogger(Md5Node.class.getName())
 

Detailed Description

Represents a common files match - two or more files which appear to be the same file and appear as children of this node. This node will simply contain the MD5 of the matched files, the data sources those files were found within, and a count of the instances represented by the md5.

Definition at line 47 of file Md5Node.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.Md5Node.Md5Node ( Md5Metadata  data)

Member Function Documentation

Sheet org.sleuthkit.autopsy.datamodel.Md5Node.createSheet ( )
protected
static void org.sleuthkit.autopsy.datamodel.Md5Node.fillPropertyMap ( Map< String, Object >  map,
Md5Node  node 
)
staticprivate
NodeSelectionInfo org.sleuthkit.autopsy.datamodel.DisplayableItemNode.getChildNodeSelectionInfo ( )
inherited

Gets information about which child node of this node, if any, should be selected.

Returns
The child node selection information, or null if no child should be selected.

Definition at line 141 of file DisplayableItemNode.java.

References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.

String org.sleuthkit.autopsy.datamodel.Md5Node.getItemType ( )

Definition at line 124 of file Md5Node.java.

String org.sleuthkit.autopsy.datamodel.Md5Node.getMd5 ( )
boolean org.sleuthkit.autopsy.datamodel.Md5Node.isLeafTypeNode ( )

Definition at line 119 of file Md5Node.java.

void org.sleuthkit.autopsy.datamodel.DisplayableItemNode.setChildNodeSelectionInfo ( NodeSelectionInfo  selectedChildNodeInfo)
inherited

Adds information about which child node of this node, if any, should be selected. Can be null.

Parameters
selectedChildNodeInfoThe child node selection information.

Definition at line 130 of file DisplayableItemNode.java.

References org.sleuthkit.autopsy.datamodel.DisplayableItemNode.selectedChildNodeInfo.

Referenced by org.sleuthkit.autopsy.directorytree.ViewContextAction.actionPerformed(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().

Member Data Documentation

final int org.sleuthkit.autopsy.datamodel.Md5Node.commonFileCount
private

Definition at line 52 of file Md5Node.java.

final String org.sleuthkit.autopsy.datamodel.Md5Node.dataSources
private

Definition at line 53 of file Md5Node.java.

final Logger org.sleuthkit.autopsy.datamodel.Md5Node.LOGGER = Logger.getLogger(Md5Node.class.getName())
staticprivate

Definition at line 49 of file Md5Node.java.

final String org.sleuthkit.autopsy.datamodel.Md5Node.md5Hash
private

Definition at line 51 of file Md5Node.java.

Referenced by org.sleuthkit.autopsy.datamodel.Md5Node.getMd5().


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.