Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Detachable< BlackboardArtifact.Type >.
Public Member Functions | |
TypeFactory () | |
Protected Member Functions | |
void | addNotify () |
boolean | createKeys (List< BlackboardArtifact.Type > list) |
Node | createNodeForKey (BlackboardArtifact.Type key) |
void | removeNotify () |
Private Attributes | |
final ArrayList< BlackboardArtifact.Type > | doNotShow = new ArrayList<>() |
final PropertyChangeListener | pcl |
final HashMap< BlackboardArtifact.Type, TypeNode > | typeNodeList = new HashMap<>() |
Creates the children for the ExtractedContent area of the results tree. This area has all of the blackboard artifacts that are not displayed in a more specific form elsewhere in the tree.
Definition at line 186 of file ExtractedContent.java.
org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.TypeFactory | ( | ) |
Definition at line 192 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.doNotShow.
|
protected |
Definition at line 254 of file ExtractedContent.java.
References org.sleuthkit.autopsy.casemodule.Case.addEventTypeSubscriber(), org.sleuthkit.autopsy.ingest.IngestManager.addIngestJobEventListener(), org.sleuthkit.autopsy.ingest.IngestManager.addIngestModuleEventListener(), org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), and org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.pcl.
|
protected |
Definition at line 269 of file ExtractedContent.java.
References org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.doNotShow, and org.sleuthkit.autopsy.coreutils.Logger.getLogger().
|
protected |
Definition at line 300 of file ExtractedContent.java.
|
protected |
Definition at line 261 of file ExtractedContent.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE, org.sleuthkit.autopsy.ingest.IngestManager.getInstance(), org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.pcl, org.sleuthkit.autopsy.casemodule.Case.removeEventTypeSubscriber(), org.sleuthkit.autopsy.ingest.IngestManager.removeIngestJobEventListener(), and org.sleuthkit.autopsy.ingest.IngestManager.removeIngestModuleEventListener().
|
private |
Definition at line 188 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.createKeys(), and org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.TypeFactory().
|
private |
Definition at line 205 of file ExtractedContent.java.
Referenced by org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.addNotify(), and org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.removeNotify().
|
private |
Definition at line 190 of file ExtractedContent.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.