Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datamodel.AutopsyVisitableItem.
Classes | |
class | ArtifactFactory |
class | RootNode |
class | TypeFactory |
class | TypeNode |
Public Member Functions | |
ExtractedContent (SleuthkitCase skCase) | |
ExtractedContent (SleuthkitCase skCase, long objId) | |
SleuthkitCase | getSleuthkitCase () |
Static Public Attributes | |
static final String | NAME = NbBundle.getMessage(RootNode.class, "ExtractedContentNode.name.text") |
Private Attributes | |
Blackboard | blackboard |
final long | datasourceObjId |
SleuthkitCase | skCase |
Parent of the "extracted content" artifacts to be displayed in the tree. Other artifacts are displayed under other more specific parents.
Definition at line 61 of file ExtractedContent.java.
org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent | ( | SleuthkitCase | skCase | ) |
Constructs extracted content object
skCase | Case DB |
Definition at line 73 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.
org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent | ( | SleuthkitCase | skCase, |
long | objId | ||
) |
Constructs extracted content object
skCase | Case DB |
objId | Object id of the parent datasource |
Definition at line 83 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.
SleuthkitCase org.sleuthkit.autopsy.datamodel.ExtractedContent.getSleuthkitCase | ( | ) |
Definition at line 94 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.
|
private |
Definition at line 64 of file ExtractedContent.java.
|
private |
Definition at line 66 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.ArtifactFactory.createKeys().
|
static |
Definition at line 65 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
private |
Definition at line 63 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent(), and org.sleuthkit.autopsy.datamodel.ExtractedContent.getSleuthkitCase().
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.