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

Inherits org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< LayoutFile >.

Classes

enum  LayoutContentPropertyType
 

Public Member Functions

 LayoutFileNode (LayoutFile lf)
 
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)
 
static String nameForLayoutFile (LayoutFile lf)
 

Protected Member Functions

void addTagProperty (Sheet.Set sheetSet)
 
Sheet createSheet ()
 
void finalize () throws Throwable
 

Detailed Description

Node for layout file

Definition at line 44 of file LayoutFileNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.LayoutFileNode.LayoutFileNode ( LayoutFile  lf)

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.addTagProperty ( Sheet.Set  sheetSet)
protectedinherited

Used by subclasses of AbstractAbstractFileNode to add the tags property to their sheets.

Parameters
sheetSetthe modifiable Sheet.Set returned by Sheet.get(Sheet.PROPERTIES)

Definition at line 264 of file AbstractAbstractFileNode.java.

Referenced by org.sleuthkit.autopsy.datamodel.LayoutFileNode::createSheet().

Sheet org.sleuthkit.autopsy.datamodel.LayoutFileNode.createSheet ( )
protected
static void org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.fillPropertyMap ( Map< String, Object >  map,
AbstractFile  content 
)
staticinherited

Fill map with AbstractFile properties

Parameters
mapmap with preserved ordering, where property names/values are put
contentThe content to get properties for.

Definition at line 231 of file AbstractAbstractFileNode.java.

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 92 of file AbstractAbstractFileNode.java.

Action [] org.sleuthkit.autopsy.datamodel.LayoutFileNode.getActions ( boolean  context)
static String org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.getHashSetHitsForFile ( AbstractFile  file)
staticinherited

Definition at line 299 of file AbstractAbstractFileNode.java.

String org.sleuthkit.autopsy.datamodel.LayoutFileNode.getItemType ( )

Definition at line 147 of file LayoutFileNode.java.

boolean org.sleuthkit.autopsy.datamodel.LayoutFileNode.isLeafTypeNode ( )

Definition at line 106 of file LayoutFileNode.java.

static String org.sleuthkit.autopsy.datamodel.LayoutFileNode.nameForLayoutFile ( LayoutFile  lf)
static

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

Copyright © 2012-2016 Basis Technology. Generated on: Mon May 7 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.