Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Closeable.
Classes | |
class | BlackboardException |
Public Member Functions | |
void | close () throws IOException |
synchronized BlackboardArtifact.Type | getOrAddArtifactType (String typeName, String displayName) throws BlackboardException |
synchronized BlackboardAttribute.Type | getOrAddAttributeType (String typeName, BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE valueType, String displayName) throws BlackboardException |
synchronized void | indexArtifact (BlackboardArtifact artifact) throws BlackboardException |
A representation of the blackboard, a place where artifacts and their attributes are posted.
Definition at line 36 of file Blackboard.java.
void org.sleuthkit.autopsy.casemodule.services.Blackboard.close | ( | ) | throws IOException |
Closes the artifacts blackboard.
IOException | If there is a problem closing the artifacts blackboard. |
Definition at line 120 of file Blackboard.java.
synchronized BlackboardArtifact.Type org.sleuthkit.autopsy.casemodule.services.Blackboard.getOrAddArtifactType | ( | String | typeName, |
String | displayName | ||
) | throws BlackboardException |
Gets an artifact type, creating it if it does not already exist. Use this method to define custom artifact types.
typeName | The type name of the artifact type. |
displayName | The display name of the artifact type. |
BlackboardException | If there is a problem getting or adding the artifact type. |
Definition at line 80 of file Blackboard.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
synchronized BlackboardAttribute.Type org.sleuthkit.autopsy.casemodule.services.Blackboard.getOrAddAttributeType | ( | String | typeName, |
BlackboardAttribute.TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE | valueType, | ||
String | displayName | ||
) | throws BlackboardException |
Gets an attribute type, creating it if it does not already exist. Use this method to define custom attribute types.
typeName | The type name of the attribute type. |
valueType | The value type of the attribute type. |
displayName | The display name of the attribute type. |
BlackboardException | If there is a problem getting or adding the attribute type. |
Definition at line 104 of file Blackboard.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
synchronized void org.sleuthkit.autopsy.casemodule.services.Blackboard.indexArtifact | ( | BlackboardArtifact | artifact | ) | throws BlackboardException |
Indexes the text associated with an artifact.
artifact | The artifact to be indexed. |
BlackboardException | If there is a problem indexing the artifact. |
Definition at line 57 of file Blackboard.java.
References org.sleuthkit.autopsy.casemodule.Case.getCurrentCase(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.