Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.SpecialDirectoryNode.
Public Member Functions | |
VirtualDirectoryNode (VirtualDirectory ld) | |
Action[] | getActions (boolean popup) |
String | getItemType () |
boolean | isLeafTypeNode () |
Static Public Member Functions | |
static void | fillPropertyMap (Map< String, Object > map, AbstractFile content) |
static String | nameForVirtualDirectory (VirtualDirectory ld) |
Static Public Attributes | |
static final String | LOGICAL_FILE_SET_PREFIX = "LogicalFileSet" |
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) |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(VirtualDirectoryNode.class.getName()) |
Node for a virtual directory
Definition at line 36 of file VirtualDirectoryNode.java.
org.sleuthkit.autopsy.datamodel.VirtualDirectoryNode.VirtualDirectoryNode | ( | VirtualDirectory | ld | ) |
Definition at line 46 of file VirtualDirectoryNode.java.
References org.sleuthkit.autopsy.datamodel.VirtualDirectoryNode.nameForVirtualDirectory().
|
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.
References org.sleuthkit.autopsy.datamodel.AbstractContentNode< T >::NO_DESCR.
|
protected |
Definition at line 73 of file VirtualDirectoryNode.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
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.
References org.sleuthkit.autopsy.datamodel.ContentUtils::getStringTime().
|
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.
References org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< T extends AbstractFile >::removeListeners().
|
inherited |
Right click action for this node
popup |
Definition at line 55 of file SpecialDirectoryNode.java.
References org.sleuthkit.autopsy.coreutils.ContextMenuExtensionPoint.getActions(), org.sleuthkit.autopsy.directorytree.ExtractAction.getInstance(), and org.sleuthkit.autopsy.directorytree.ExportCSVAction.getInstance().
|
protectedinherited |
Definition at line 534 of file AbstractAbstractFileNode.java.
|
protectedinherited |
Definition at line 461 of file AbstractAbstractFileNode.java.
References org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus::CR_AND_TAG_COMMENTS, org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus::CR_COMMENT, org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeInstance::getComment(), org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus::NO_COMMENT, org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus::TAG_COMMENT, and org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.HasCommentStatus::TAG_NO_COMMENT.
|
protectedinherited |
Definition at line 539 of file AbstractAbstractFileNode.java.
References org.sleuthkit.autopsy.core.UserPreferences::getHideSCOColumns(), org.sleuthkit.autopsy.centralrepository.datamodel.EamArtifactUtil::getInstanceFromContent(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamDb::isEnabled().
|
protectedinherited |
|
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.
|
inherited |
Definition at line 84 of file SpecialDirectoryNode.java.
|
protectedinherited |
Definition at line 429 of file AbstractAbstractFileNode.java.
References org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.Score::INTERESTING_SCORE, org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.Score::NO_SCORE, and org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.Score::NOTABLE_SCORE.
|
inherited |
Definition at line 79 of file SpecialDirectoryNode.java.
|
static |
Definition at line 42 of file VirtualDirectoryNode.java.
Referenced by org.sleuthkit.autopsy.datamodel.VirtualDirectoryNode.VirtualDirectoryNode().
|
staticprivate |
Definition at line 38 of file VirtualDirectoryNode.java.
|
static |
Definition at line 40 of file VirtualDirectoryNode.java.
Referenced by org.sleuthkit.autopsy.casemodule.services.FileManager.generateFilesDataSourceName().
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.