Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Static Private Attributes | 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 nameForLayoutFile (LayoutFile lf)
 

Protected Member Functions

void addTagProperty (Sheet.Set sheetSet)
 
synchronized Sheet createSheet ()
 
void finalize () throws Throwable
 
List< Tag > getAllTagsFromDatabase ()
 
HasCommentStatus getCommentProperty (List< Tag > tags, CorrelationAttributeInstance attribute)
 
CorrelationAttributeInstance getCorrelationAttributeInstance ()
 
Pair< Long, String > getCountPropertyAndDescription (CorrelationAttributeInstance.Type attributeType, String attributeValue, String defaultDescription)
 
Pair< DataResultViewerTable.Score, String > getScorePropertyAndDescription (List< Tag > tags)
 

Static Protected Member Functions

static String getHashSetHitsCsvList (AbstractFile file)
 

Static Private Attributes

static final Logger logger = Logger.getLogger(LayoutFileNode.class.getName())
 

Detailed Description

Node for layout file

Definition at line 51 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)
Deprecated:

Definition at line 378 of file AbstractAbstractFileNode.java.

synchronized Sheet org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.createSheet ( )
protectedinherited

Definition at line 245 of file AbstractAbstractFileNode.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
contentThe content to get properties for.

TODO JIRA-4421: Deprecate this method and resolve warnings that appear in other locations.

Definition at line 568 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 129 of file AbstractAbstractFileNode.java.

Action [] org.sleuthkit.autopsy.datamodel.LayoutFileNode.getActions ( boolean  context)
List<Tag> org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.getAllTagsFromDatabase ( )
protectedinherited

Definition at line 524 of file AbstractAbstractFileNode.java.

HasCommentStatus org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.getCommentProperty ( List< Tag >  tags,
CorrelationAttributeInstance  attribute 
)
protectedinherited

Definition at line 472 of file AbstractAbstractFileNode.java.

CorrelationAttributeInstance org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.getCorrelationAttributeInstance ( )
protectedinherited

Definition at line 529 of file AbstractAbstractFileNode.java.

Pair<Long, String> org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.getCountPropertyAndDescription ( CorrelationAttributeInstance.Type  attributeType,
String  attributeValue,
String  defaultDescription 
)
protectedinherited

Definition at line 412 of file AbstractAbstractFileNode.java.

static String org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.getHashSetHitsCsvList ( AbstractFile  file)
staticprotectedinherited

Gets a comma-separated values list of the names of the hash sets currently identified as including a given file.

Parameters
fileThe file.
Returns
The CSV list of hash set names.
Deprecated:

Definition at line 397 of file AbstractAbstractFileNode.java.

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

Definition at line 146 of file LayoutFileNode.java.

Pair<DataResultViewerTable.Score, String> org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.getScorePropertyAndDescription ( List< Tag >  tags)
protectedinherited

Definition at line 440 of file AbstractAbstractFileNode.java.

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

Definition at line 93 of file LayoutFileNode.java.

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

Member Data Documentation

final Logger org.sleuthkit.autopsy.datamodel.LayoutFileNode.logger = Logger.getLogger(LayoutFileNode.class.getName())
staticprivate

Definition at line 53 of file LayoutFileNode.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.