Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.NodeSelectionInfo.
Public Member Functions | |
ContentNodeSelectionInfo (Content content) | |
boolean | matches (Node candidateNode) |
Private Attributes | |
final long | contentId |
Stores sufficient information to identify a content node that is intended to be selected in a view.
Definition at line 28 of file ContentNodeSelectionInfo.java.
org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.ContentNodeSelectionInfo | ( | Content | content | ) |
Constructs an object that stores sufficient information to identify a content node that is intended to be selected in a view.
content | The content represented by the node to be selected. |
Definition at line 38 of file ContentNodeSelectionInfo.java.
boolean org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.matches | ( | Node | candidateNode | ) |
Determines whether or not a given node satisfies the stored node selection criteria.
candidateNode | A node to evaluate. |
Implements org.sleuthkit.autopsy.datamodel.NodeSelectionInfo.
Definition at line 51 of file ContentNodeSelectionInfo.java.
References org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.contentId.
|
private |
Definition at line 30 of file ContentNodeSelectionInfo.java.
Referenced by org.sleuthkit.autopsy.datamodel.ContentNodeSelectionInfo.matches().
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.