Go to the documentation of this file.
19package org.sleuthkit.autopsy.corecomponents;
21import org.sleuthkit.datamodel.Content;
22import org.openide.nodes.Node;
23import org.sleuthkit.datamodel.BlackboardArtifact;
44 Content artifact =
null;
45 for (Content content : node.getLookup().lookupAll(Content.class)) {
46 if (content instanceof BlackboardArtifact && artifact ==
null) {
DataContentViewerUtility()
static Content getDefaultContent(Node node)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.