Autopsy
4.12.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) |
static final Set< IngestManager.IngestModuleEvent > | INGEST_MODULE_EVENTS_OF_INTEREST = EnumSet.of(IngestManager.IngestModuleEvent.DATA_ADDED) |
Parent of the "extracted content" artifacts to be displayed in the tree. Other artifacts are displayed under other more specific parents.
Definition at line 60 of file ExtractedContent.java.
org.sleuthkit.autopsy.datamodel.ExtractedContent.ExtractedContent | ( | SleuthkitCase | skCase | ) |
Constructs extracted content object
skCase | Case DB |
Definition at line 74 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 84 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.
SleuthkitCase org.sleuthkit.autopsy.datamodel.ExtractedContent.getSleuthkitCase | ( | ) |
Definition at line 95 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.skCase.
|
private |
Definition at line 67 of file ExtractedContent.java.
|
private |
Definition at line 65 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.ArtifactFactory.makeKeys().
|
staticprivate |
Definition at line 62 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.addNotify(), and org.sleuthkit.autopsy.datamodel.ExtractedContent.ArtifactFactory.onAdd().
|
staticprivate |
Definition at line 63 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 64 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.viewArtifact().
|
private |
Definition at line 66 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: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.