Autopsy
4.17.0
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 | filteringDSObjId |
SleuthkitCase | skCase |
Static Private Attributes | |
static final Set< IngestManager.IngestJobEvent > | INGEST_JOB_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestJobEvent.COMPLETED, IngestManager.IngestJobEvent.CANCELLED) |
Parent of the "extracted content" artifacts to be displayed in the tree. Other artifacts are displayed under other more specific parents.
Definition at line 64 of file ExtractedContent.java.
org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent | ( | SleuthkitCase | skCase | ) |
Constructs extracted content object
skCase | Case DB |
Definition at line 77 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 87 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.
SleuthkitCase org.sleuthkit.autopsy.datamodel.ExtractedContent.getSleuthkitCase | ( | ) |
Definition at line 98 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.
|
private |
Definition at line 70 of file ExtractedContent.java.
|
private |
Definition at line 68 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.ArtifactFactory.makeKeys().
|
staticprivate |
Definition at line 66 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.addNotify(), and org.sleuthkit.autopsy.datamodel.ExtractedContent.ArtifactFactory.onAdd().
|
static |
Definition at line 67 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
private |
Definition at line 69 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent(), and org.sleuthkit.autopsy.datamodel.ExtractedContent.getSleuthkitCase().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.