Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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, List< CorrelationAttributeInstance > attributes) |
Pair< Long, String > | getCountPropertyAndDescription (CorrelationAttributeInstance attributeInstance, String defaultDescription) |
Static Protected Member Functions | |
static String | getHashSetHitsCsvList (AbstractFile file) |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(LayoutFileNode.class.getName()) |
Node for layout file
Definition at line 51 of file LayoutFileNode.java.
org.sleuthkit.autopsy.datamodel.LayoutFileNode.LayoutFileNode | ( | LayoutFile | lf | ) |
Definition at line 70 of file LayoutFileNode.java.
References org.sleuthkit.autopsy.datamodel.LayoutFileNode.nameForLayoutFile().
|
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 404 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 268 of file AbstractAbstractFileNode.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 553 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 135 of file AbstractAbstractFileNode.java.
Action [] org.sleuthkit.autopsy.datamodel.LayoutFileNode.getActions | ( | boolean | context | ) |
Definition at line 105 of file LayoutFileNode.java.
References org.sleuthkit.autopsy.timeline.actions.ViewFileInTimelineAction.createViewFileAction(), org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), org.sleuthkit.autopsy.datamodel.FileTypeExtensions.getArchiveExtensions(), org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance(), org.sleuthkit.autopsy.directorytree.ExternalViewerShortcutAction.getInstance(), org.sleuthkit.autopsy.actions.AddContentTagAction.getInstance(), org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.getInstance(), and org.sleuthkit.autopsy.directorytree.ExportCSVAction.getInstance().
|
protectedinherited |
Definition at line 518 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 460 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 438 of file AbstractAbstractFileNode.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 423 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 93 of file LayoutFileNode.java.
|
static |
Definition at line 66 of file LayoutFileNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.LayoutFileNode.LayoutFileNode().
|
staticprivate |
Definition at line 53 of file LayoutFileNode.java.
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.