Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< AbstractFile >.
Public Member Functions | |
LocalFileNode (AbstractFile af) | |
Action[] | getActions (boolean context) |
String | getItemType () |
boolean | isLeafTypeNode () |
Static Public Member Functions | |
static void | fillPropertyMap (Map< String, Object > map, AbstractFile content) |
static String | getHashSetHitsForFile (AbstractFile file) |
Protected Member Functions | |
void | addTagProperty (Sheet.Set sheetSet) |
Sheet | createSheet () |
void | finalize () throws Throwable |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(LocalFileNode.class.getName()) |
A Node for a LocalFile or DerivedFile content object.
Definition at line 50 of file LocalFileNode.java.
org.sleuthkit.autopsy.datamodel.LocalFileNode.LocalFileNode | ( | AbstractFile | af | ) |
Definition at line 54 of file LocalFileNode.java.
|
protectedinherited |
Used by subclasses of AbstractAbstractFileNode to add the tags property to their sheets.
sheetSet | the modifiable Sheet.Set returned by Sheet.get(Sheet.PROPERTIES) |
Definition at line 284 of file AbstractAbstractFileNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.LocalFileNode::createSheet().
|
protected |
Definition at line 69 of file LocalFileNode.java.
References org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< AbstractFile >.addTagProperty(), org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< AbstractFile >.fillPropertyMap(), and org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< AbstractFile >.NO_DESCR.
|
staticinherited |
Fill map with AbstractFile properties
map | map with preserved ordering, where property names/values are put |
content | The content to get properties for. |
Definition at line 236 of file AbstractAbstractFileNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.LocalFileNode::createSheet().
|
protectedinherited |
The finalizer removes event listeners as the BlackboardArtifactNode is being garbage collected. Yes, we know that finalizers are considered to be "bad" but since the alternative also relies on garbage collection being run and we know that finalize will be called when the object is being GC'd it seems like this is a reasonable solution.
Throwable |
Definition at line 97 of file AbstractAbstractFileNode.java.
Action [] org.sleuthkit.autopsy.datamodel.LocalFileNode.getActions | ( | boolean | context | ) |
Definition at line 97 of file LocalFileNode.java.
References org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), org.sleuthkit.autopsy.datamodel.FileTypeExtensions.getArchiveExtensions(), org.sleuthkit.autopsy.actions.AddContentTagAction.getInstance(), org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance(), and org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getInstance().
|
staticinherited |
Definition at line 319 of file AbstractAbstractFileNode.java.
String org.sleuthkit.autopsy.datamodel.LocalFileNode.getItemType | ( | ) |
Definition at line 153 of file LocalFileNode.java.
boolean org.sleuthkit.autopsy.datamodel.LocalFileNode.isLeafTypeNode | ( | ) |
this.hasContentChildren();
Definition at line 145 of file LocalFileNode.java.
|
staticprivate |
Definition at line 52 of file LocalFileNode.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.