Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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()) |
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.
org.sleuthkit.autopsy.datamodel.Md5Node.Md5Node | ( | Md5Metadata | data | ) |
Definition at line 55 of file Md5Node.java.
References org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.getDataSources(), org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.getMd5(), and org.sleuthkit.autopsy.commonfilesearch.Md5Metadata.size().
|
protected |
Definition at line 80 of file Md5Node.java.
References org.sleuthkit.autopsy.datamodel.Md5Node.fillPropertyMap().
|
staticprivate |
Fill map with AbstractFile properties
map | map with preserved ordering, where property names/values are put |
node | The item to get properties for. |
Definition at line 107 of file Md5Node.java.
References org.sleuthkit.autopsy.datamodel.Md5Node.CommonFileParentPropertyType.DataSource, org.sleuthkit.autopsy.datamodel.Md5Node.CommonFileParentPropertyType.File, org.sleuthkit.autopsy.datamodel.Md5Node.getMd5(), and org.sleuthkit.autopsy.datamodel.Md5Node.CommonFileParentPropertyType.InstanceCount.
Referenced by org.sleuthkit.autopsy.datamodel.Md5Node.createSheet().
|
inherited |
Gets information about which child node of this node, if any, 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 | ( | ) |
Definition at line 75 of file Md5Node.java.
References org.sleuthkit.autopsy.datamodel.Md5Node.md5Hash.
Referenced by org.sleuthkit.autopsy.datamodel.Md5Node.fillPropertyMap().
boolean org.sleuthkit.autopsy.datamodel.Md5Node.isLeafTypeNode | ( | ) |
Definition at line 119 of file Md5Node.java.
|
inherited |
Adds information about which child node of this node, if any, should be selected. Can be null.
selectedChildNodeInfo | The 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().
|
private |
Definition at line 52 of file Md5Node.java.
|
private |
Definition at line 53 of file Md5Node.java.
|
staticprivate |
Definition at line 49 of file Md5Node.java.
|
private |
Definition at line 51 of file Md5Node.java.
Referenced by org.sleuthkit.autopsy.datamodel.Md5Node.getMd5().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.