1 /*
2 * Autopsy Forensic Browser
3 *
4 * Copyright 2015-2019 Basis Technology Corp.
5 * Contact: carrier <at> sleuthkit <dot> org
6 *
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 *
19 * TODO (AUT-2158): This class should not extend Closeable.
20 */
21 package org.sleuthkit.autopsy.casemodule.services;
22
23 import java.io.Closeable;
24 import java.io.IOException;
28
35 @Deprecated
37
44 @Deprecated
46 }
47
56 @Deprecated
58 try {
60 }
catch (
org.
sleuthkit.datamodel.Blackboard.BlackboardException ex) {
62 }
63 }
64
79 @Deprecated
81 try {
83 }
catch (
org.
sleuthkit.datamodel.Blackboard.BlackboardException ex) {
85 }
86 }
87
103 @Deprecated
105 try {
107 }
catch (
org.
sleuthkit.datamodel.Blackboard.BlackboardException ex) {
109 }
110 }
111
119 @Deprecated
120 public void close() throws IOException {
121 /*
122 * No-op maintained for backwards compatibility. Clients should not
123 * attempt to close case services.
124 */
125 }
126
133 @Deprecated
135
137
145 @Deprecated
147 super(message);
148 }
149
159 @Deprecated
161 super(message, cause);
162 }
163 }
164
165 }
synchronized BlackboardAttribute.Type getOrAddAttributeType(String typeName, BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE valueType, String displayName)
BlackboardException(String message)
SleuthkitCase getSleuthkitCase()
static final long serialVersionUID
synchronized BlackboardArtifact.Type getOrAddArtifactType(String typeName, String displayName)
synchronized void indexArtifact(BlackboardArtifact artifact)
static Case getCurrentCase()
BlackboardException(String message, Throwable cause)