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

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

Inherited by org.sleuthkit.autopsy.datamodel.LocalDirectoryNode, and org.sleuthkit.autopsy.datamodel.VirtualDirectoryNode.

Public Member Functions

 SpecialDirectoryNode (SpecialDirectory sd)
 
Action[] getActions (boolean popup)
 
String getItemType ()
 
boolean isLeafTypeNode ()
 

Static Public Member Functions

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

Protected Member Functions

void addTagProperty (Sheet.Set sheetSet)
 
synchronized Sheet createSheet ()
 
void finalize () throws Throwable
 
List< Tag > getAllTagsFromDatabase ()
 
HasCommentStatus getCommentProperty (List< Tag > tags, List< CorrelationAttributeInstance > attributes)
 
Pair< Long, String > getCountPropertyAndDescription (CorrelationAttributeInstance attributeInstance, String defaultDescription)
 

Static Protected Member Functions

static String getHashSetHitsCsvList (AbstractFile file)
 

Detailed Description

Parent class for special directory types (Local and Virtual)

Definition at line 41 of file SpecialDirectoryNode.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.SpecialDirectoryNode.SpecialDirectoryNode ( SpecialDirectory  sd)

Definition at line 43 of file SpecialDirectoryNode.java.

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

References org.sleuthkit.autopsy.datamodel.AbstractContentNode< T >::NO_DESCR.

synchronized Sheet org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.createSheet ( )
protectedinherited
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 553 of file AbstractAbstractFileNode.java.

References org.sleuthkit.autopsy.coreutils.TimeZoneUtils::getFormattedTime().

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

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

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

Definition at line 518 of file AbstractAbstractFileNode.java.

HasCommentStatus org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.getCommentProperty ( List< Tag >  tags,
List< CorrelationAttributeInstance attributes 
)
protectedinherited
Pair<Long, String> org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >.getCountPropertyAndDescription ( CorrelationAttributeInstance  attributeInstance,
String  defaultDescription 
)
protectedinherited
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 423 of file AbstractAbstractFileNode.java.

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

Definition at line 85 of file SpecialDirectoryNode.java.

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

Definition at line 80 of file SpecialDirectoryNode.java.


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

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