Go to the documentation of this file.
21package org.sleuthkit.autopsy.casemodule.services;
23import java.io.Closeable;
24import java.io.IOException;
25import org.sleuthkit.autopsy.casemodule.Case;
26import org.sleuthkit.datamodel.BlackboardArtifact;
27import org.sleuthkit.datamodel.BlackboardAttribute;
36public final class Blackboard
implements Closeable {
60 }
catch (org.sleuthkit.datamodel.Blackboard.BlackboardException ex) {
83 }
catch (org.sleuthkit.datamodel.Blackboard.BlackboardException ex) {
107 }
catch (org.sleuthkit.datamodel.Blackboard.BlackboardException ex) {
121 public void close() throws IOException {
162 super(message, cause);
SleuthkitCase getSleuthkitCase()
static Case getCurrentCase()
static final long serialVersionUID
BlackboardException(String message, Throwable cause)
BlackboardException(String message)
synchronized void indexArtifact(BlackboardArtifact artifact)
synchronized BlackboardAttribute.Type getOrAddAttributeType(String typeName, BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE valueType, String displayName)
synchronized BlackboardArtifact.Type getOrAddArtifactType(String typeName, String displayName)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.