Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.SpecialDirectoryNode.
Public Member Functions | |
LocalDirectoryNode (LocalDirectory ld) | |
Action[] | getActions (boolean popup) |
String | getItemType () |
boolean | isLeafTypeNode () |
Static Public Member Functions | |
static void | fillPropertyMap (Map< String, Object > map, AbstractFile content) |
static String | nameForLocalDir (LocalDirectory ld) |
Protected Member Functions | |
void | addTagProperty (Sheet.Set sheetSet) |
synchronized Sheet | createSheet () |
void | finalize () throws Throwable |
Static Protected Member Functions | |
static String | getHashSetHitsCsvList (AbstractFile file) |
Node for a local directory
Definition at line 26 of file LocalDirectoryNode.java.
org.sleuthkit.autopsy.datamodel.LocalDirectoryNode.LocalDirectoryNode | ( | LocalDirectory | ld | ) |
Definition at line 32 of file LocalDirectoryNode.java.
References org.sleuthkit.autopsy.datamodel.LocalDirectoryNode.nameForLocalDir().
|
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 409 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 270 of file AbstractAbstractFileNode.java.
References org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >::getProperties().
|
staticinherited |
Fill map with AbstractFile properties
map | map with preserved ordering, where property names/values are put |
content | The content to get properties for. |
TODO JIRA-4421: Deprecate this method and resolve warnings that appear in other locations.
Definition at line 612 of file AbstractAbstractFileNode.java.
References org.sleuthkit.autopsy.datamodel.ContentUtils::getStringTime().
|
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 124 of file AbstractAbstractFileNode.java.
References org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >::removeListeners().
|
inherited |
Right click action for this node
popup |
Definition at line 53 of file SpecialDirectoryNode.java.
References org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), and org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance().
|
staticprotectedinherited |
Gets a comma-separated values list of the names of the hash sets currently identified as including a given file.
file | The file. |
Definition at line 428 of file AbstractAbstractFileNode.java.
|
inherited |
Definition at line 80 of file SpecialDirectoryNode.java.
|
inherited |
Definition at line 75 of file SpecialDirectoryNode.java.
|
static |
Definition at line 28 of file LocalDirectoryNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.LocalDirectoryNode.LocalDirectoryNode().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.