Autopsy  4.4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
org.sleuthkit.autopsy.datamodel.LocalDirectoryNode Class Reference

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 ss)
 
Sheet createSheet ()
 
void finalize () throws Throwable
 

Detailed Description

Node for a local directory

Definition at line 30 of file LocalDirectoryNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.LocalDirectoryNode.LocalDirectoryNode ( LocalDirectory  ld)

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.addTagProperty ( Sheet.Set  ss)
protectedinherited
Sheet org.sleuthkit.autopsy.datamodel.LocalDirectoryNode.createSheet ( )
protected
static void org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.fillPropertyMap ( Map< String, Object >  map,
AbstractFile  content 
)
staticinherited
void org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.finalize ( ) throws Throwable
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.

Exceptions
Throwable

Definition at line 91 of file AbstractAbstractFileNode.java.

References org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >::removeListeners().

Action [] org.sleuthkit.autopsy.datamodel.SpecialDirectoryNode.getActions ( boolean  popup)
inherited

Right click action for this node

Parameters
popup
Returns

Definition at line 53 of file SpecialDirectoryNode.java.

References org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), and org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance().

String org.sleuthkit.autopsy.datamodel.SpecialDirectoryNode.getItemType ( )
inherited

Definition at line 77 of file SpecialDirectoryNode.java.

boolean org.sleuthkit.autopsy.datamodel.SpecialDirectoryNode.isLeafTypeNode ( )
inherited

Definition at line 72 of file SpecialDirectoryNode.java.

static String org.sleuthkit.autopsy.datamodel.LocalDirectoryNode.nameForLocalDir ( LocalDirectory  ld)
static

The documentation for this class was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Fri Sep 29 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.