Autopsy  4.4
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile > Class Template Referenceabstract

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

Public Member Functions

boolean getDirectoryBrowseMode ()
 

Static Public Member Functions

static void fillPropertyMap (Map< String, Object > map, AbstractFile content)
 

Static Public Attributes

static final String HIDE_PARENT = "hide_parent"
 

Protected Member Functions

void addTagProperty (Sheet.Set ss)
 
Sheet createSheet ()
 

Private Attributes

boolean directoryBrowseMode
 

Static Private Attributes

static Logger logger = Logger.getLogger(AbstractFsContentNode.class.getName())
 

Detailed Description

Abstract class that implements the commonality between File and Directory Nodes (same properties).

Definition at line 33 of file AbstractFsContentNode.java.

Member Function Documentation

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

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

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

Definition at line 307 of file AbstractAbstractFileNode.java.

Referenced by org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< AbstractFile >::createSheet().

Sheet org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.createSheet ( )
protected

Definition at line 64 of file AbstractFsContentNode.java.

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
contentto extract properties from

Definition at line 270 of file AbstractAbstractFileNode.java.

boolean org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.getDirectoryBrowseMode ( )

Definition at line 59 of file AbstractFsContentNode.java.

Member Data Documentation

boolean org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.directoryBrowseMode
private
final String org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.HIDE_PARENT = "hide_parent"
static
Logger org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.logger = Logger.getLogger(AbstractFsContentNode.class.getName())
staticprivate

Definition at line 35 of file AbstractFsContentNode.java.


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

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