Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 sheetSet) |
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) |
Private Attributes | |
boolean | directoryBrowseMode |
Abstract class that implements the commonality between File and Directory Nodes (same properties).
<T> | extends AbstractFile |
Definition at line 31 of file AbstractFsContentNode.java.
|
protectedinherited |
Used by subclasses of AbstractAbstractFileNode to add the tags property to their sheets.
sheetSet | the modifiable Sheet.Set returned by Sheet.get(Sheet.PROPERTIES) |
Definition at line 367 of file AbstractAbstractFileNode.java.
|
protected |
Definition at line 61 of file AbstractFsContentNode.java.
|
staticinherited |
Fill map with AbstractFile properties
map | map with preserved ordering, where property names/values are put |
content | The content to get properties for. |
TODO JIRA-4421: Deprecate this method and resolve warnings that appear in other locations.
Definition at line 578 of file AbstractAbstractFileNode.java.
|
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.
Throwable |
Definition at line 118 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 534 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 461 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 539 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 401 of file AbstractAbstractFileNode.java.
boolean org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< T extends AbstractFile >.getDirectoryBrowseMode | ( | ) |
Definition at line 55 of file AbstractFsContentNode.java.
|
staticprotectedinherited |
Gets a comma-separated values list of the names of the hash sets currently identified as including a given file.
file | The file. |
Definition at line 386 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 429 of file AbstractAbstractFileNode.java.
|
private |
Definition at line 33 of file AbstractFsContentNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.AbstractFsContentNode< AbstractFile >.getDirectoryBrowseMode().
|
static |
Definition at line 34 of file AbstractFsContentNode.java.
Referenced by org.sleuthkit.autopsy.directorytree.DataResultFilterNode.getPropertySets().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.