Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 |
Used by the Common Files search feature to encapsulate instances of a given MD5s matched in the search. These nodes will be children of Md5Node
s.
Definition at line 32 of file FileInstanceNode.java.
org.sleuthkit.autopsy.datamodel.FileInstanceNode.FileInstanceNode | ( | AbstractFile | fsContent, |
String | dataSource | ||
) |
Definition at line 36 of file FileInstanceNode.java.
References org.sleuthkit.autopsy.datamodel.FileInstanceNode.dataSource.
|
protected |
Definition at line 57 of file FileInstanceNode.java.
References org.sleuthkit.autopsy.datamodel.FileInstanceNode.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 88 of file FileInstanceNode.java.
References org.sleuthkit.autopsy.datamodel.FileInstanceNode.CommonFilePropertyType.DataSource, org.sleuthkit.autopsy.datamodel.FileInstanceNode.CommonFilePropertyType.File, org.sleuthkit.autopsy.datamodel.FileInstanceNode.getContent(), org.sleuthkit.autopsy.datamodel.FileInstanceNode.CommonFilePropertyType.HashsetHits, org.sleuthkit.autopsy.datamodel.FileInstanceNode.CommonFilePropertyType.MimeType, and org.sleuthkit.autopsy.datamodel.FileInstanceNode.CommonFilePropertyType.ParentPath.
Referenced by org.sleuthkit.autopsy.datamodel.FileInstanceNode.createSheet().
|
inherited |
Gets the set of actions that are associated with this node. This set is used to construct the context menu for the node.
context | Whether to find actions for context meaning or for the node itself. |
Definition at line 154 of file FileNode.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction(), org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), org.sleuthkit.autopsy.datamodel.FileTypeExtensions.getArchiveExtensions(), org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< AbstractFile >.getDirectoryBrowseMode(), org.sleuthkit.autopsy.actions.AddContentTagAction.getInstance(), org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance(), and org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getInstance().
AbstractFile org.sleuthkit.autopsy.datamodel.FileInstanceNode.getContent | ( | ) |
Definition at line 48 of file FileInstanceNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.FileInstanceNode.fillPropertyMap().
|
inherited |
Definition at line 59 of file AbstractFsContentNode.java.
References org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >::directoryBrowseMode.
Referenced by org.sleuthkit.autopsy.datamodel.SlackFileNode::getActions(), org.sleuthkit.autopsy.datamodel.DirectoryNode::getActions(), and org.sleuthkit.autopsy.datamodel.FileNode::getActions().
|
inherited |
Gets the item type string of the node, suitable for use as a key.
Definition at line 236 of file FileNode.java.
|
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.
Definition at line 223 of file FileNode.java.
|
private |
Definition at line 34 of file FileInstanceNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.FileInstanceNode.FileInstanceNode().
|
staticinherited |
Definition at line 38 of file AbstractFsContentNode.java.
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.