Go to the documentation of this file.
19package org.sleuthkit.autopsy.datamodel;
21import org.openide.nodes.Node;
22import org.sleuthkit.datamodel.BlackboardArtifact;
39 this.artifactId = artifact.getArtifactID();
51 public boolean matches(Node candidateNode) {
52 BlackboardArtifact artifact = candidateNode.getLookup().lookup(BlackboardArtifact.class);
ArtifactNodeSelectionInfo(BlackboardArtifact artifact)
boolean matches(Node candidateNode)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.