Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Closeable.
Public Member Functions | |
Services (SleuthkitCase caseDb) | |
void | close () throws IOException |
Blackboard | getBlackboard () |
FileManager | getFileManager () |
KeywordSearchService | getKeywordSearchService () |
TagsManager | getTagsManager () |
Private Attributes | |
final Blackboard | blackboard |
final FileManager | fileManager |
final KeywordSearchService | keywordSearchService |
final List< Closeable > | services = new ArrayList<>() |
final TagsManager | tagsManager |
A collection of case-level services (e.g., file manager, tags manager, keyword search, blackboard).
Definition at line 36 of file Services.java.
org.sleuthkit.autopsy.casemodule.services.Services.Services | ( | SleuthkitCase | caseDb | ) |
Constructs a collection of case-level services (e.g., file manager, tags manager, keyword search, blackboard).
caseDb | The case database for the current case. |
Definition at line 50 of file Services.java.
void org.sleuthkit.autopsy.casemodule.services.Services.close | ( | ) | throws IOException |
Closes the services for the current case.
IOException | if there is a problem closing the services. |
Definition at line 106 of file Services.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.close().
Blackboard org.sleuthkit.autopsy.casemodule.services.Services.getBlackboard | ( | ) |
Gets the blackboard service for the current case.
Definition at line 96 of file Services.java.
References org.sleuthkit.autopsy.casemodule.services.Services.blackboard.
Referenced by org.sleuthkit.autopsy.modules.filetypeid.FileTypeIdIngestModule.createInterestingFileHit(), org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.postCorrelatedBadArtifactToBlackboard(), org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule.process(), org.sleuthkit.autopsy.modules.exif.ExifParserFileIngestModule.process(), org.sleuthkit.autopsy.modules.fileextmismatch.FileExtMismatchIngestModule.process(), and org.sleuthkit.autopsy.modules.hashdatabase.HashDbIngestModule.process().
FileManager org.sleuthkit.autopsy.casemodule.services.Services.getFileManager | ( | ) |
Gets the file manager service for the current case.
Definition at line 69 of file Services.java.
References org.sleuthkit.autopsy.casemodule.services.Services.fileManager.
Referenced by org.sleuthkit.autopsy.thunderbirdparser.ThunderbirdMboxFileIngestModule.startUp().
KeywordSearchService org.sleuthkit.autopsy.casemodule.services.Services.getKeywordSearchService | ( | ) |
Gets the keyword search service for the current case.
Definition at line 87 of file Services.java.
References org.sleuthkit.autopsy.casemodule.services.Services.keywordSearchService.
TagsManager org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager | ( | ) |
Gets the tags manager service for the current case.
Definition at line 78 of file Services.java.
References org.sleuthkit.autopsy.casemodule.services.Services.tagsManager.
Referenced by org.sleuthkit.autopsy.actions.AddBookmarkTagAction.actionPerformed(), org.sleuthkit.autopsy.actions.DeleteContentTagAction.actionPerformed(), org.sleuthkit.autopsy.actions.DeleteBlackboardArtifactTagAction.actionPerformed(), org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.addTag(), org.sleuthkit.autopsy.actions.AddContentTagAction.addTag(), org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< SpecialDirectory >.addTagProperty(), org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.addTagProperty(), org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.createKeys(), org.sleuthkit.autopsy.datamodel.Tags.ContentTagNodeFactory.createKeys(), org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagNodeFactory.createKeys(), org.sleuthkit.autopsy.actions.DeleteFileContentTagAction.deleteTag(), org.sleuthkit.autopsy.actions.DeleteFileBlackboardArtifactTagAction.deleteTag(), org.sleuthkit.autopsy.actions.GetTagNameDialog.display(), org.sleuthkit.autopsy.actions.GetTagNameAndCommentDialog.display(), org.sleuthkit.autopsy.report.taggedhashes.AddTaggedHashesToHashDb.generateReport(), org.sleuthkit.autopsy.actions.AddTagAction.TagMenu.getAndAddTag(), org.sleuthkit.autopsy.report.TableReportGenerator.ArtifactData.getOrderedRowDataAsStrings(), org.sleuthkit.autopsy.casemodule.services.TagsManager.getTagDisplayNames(), org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.handleArtifactTagDeleted(), org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.handleContentTagDeleted(), org.sleuthkit.autopsy.actions.GetTagNameDialog.okButtonActionPerformed(), org.sleuthkit.autopsy.actions.ReplaceContentTagAction.replaceTag(), org.sleuthkit.autopsy.actions.ReplaceBlackboardArtifactTagAction.replaceTag(), org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.ContentTagTask.run(), org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.BlackboardTagTask.run(), org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.TagDefinitionChangeTask.run(), org.sleuthkit.autopsy.datamodel.Tags.TagNameNode.updateDisplayName(), org.sleuthkit.autopsy.datamodel.Tags.ContentTagTypeNode.updateDisplayName(), and org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.updateDisplayName().
|
private |
Definition at line 42 of file Services.java.
Referenced by org.sleuthkit.autopsy.casemodule.services.Services.getBlackboard().
|
private |
Definition at line 39 of file Services.java.
Referenced by org.sleuthkit.autopsy.casemodule.services.Services.getFileManager().
|
private |
Definition at line 41 of file Services.java.
Referenced by org.sleuthkit.autopsy.casemodule.services.Services.getKeywordSearchService().
|
private |
Definition at line 38 of file Services.java.
|
private |
Definition at line 40 of file Services.java.
Referenced by org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.