19 package org.sleuthkit.autopsy.casemodule.services;
21 import java.io.Closeable;
22 import java.io.IOException;
23 import org.openide.util.Lookup;
24 import org.openide.util.NbBundle;
47 if (null == searchService) {
48 throw new BlackboardException(NbBundle.getMessage(
this.getClass(),
"Blackboard.keywordSearchNotFound.exception.msg"));
53 }
catch (TskCoreException ex) {
54 throw new BlackboardException(NbBundle.getMessage(
this.getClass(),
"Blackboard.unableToIndexArtifact.exception.msg"), ex);
70 }
catch (TskCoreException | TskDataException ex) {
84 public BlackboardAttribute.Type
addAttributeType(String attrTypeString, BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE valueType, String displayName)
throws BlackboardException {
87 }
catch (TskDataException ex) {
89 }
catch (TskCoreException ex) {
95 public void close() throws IOException {
128 super(message, cause);
void indexArtifact(BlackboardArtifact artifact)
void indexArtifact(BlackboardArtifact artifact)
BlackboardAttribute.Type addAttributeType(String attrTypeString, BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE valueType, String displayName)
BlackboardArtifact.Type addArtifactType(String typeName, String displayName)
BlackboardException(String message)
SleuthkitCase getSleuthkitCase()
static final long serialVersionUID
static Case getCurrentCase()
BlackboardException(String message, Throwable cause)