Autopsy  4.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.casemodule.services.Services Class Reference

Inherits Closeable.

Public Member Functions

 Services (SleuthkitCase tskCase)
 
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
 

Detailed Description

A class to manage various services.

Definition at line 36 of file Services.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.casemodule.services.Services.Services ( SleuthkitCase  tskCase)

Definition at line 44 of file Services.java.

Member Function Documentation

void org.sleuthkit.autopsy.casemodule.services.Services.close ( ) throws IOException

Definition at line 75 of file Services.java.

Referenced by org.sleuthkit.autopsy.casemodule.Case.closeCase().

Blackboard org.sleuthkit.autopsy.casemodule.services.Services.getBlackboard ( )
FileManager org.sleuthkit.autopsy.casemodule.services.Services.getFileManager ( )
KeywordSearchService org.sleuthkit.autopsy.casemodule.services.Services.getKeywordSearchService ( )
TagsManager org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager ( )

Definition at line 62 of file Services.java.

References org.sleuthkit.autopsy.casemodule.services.Services.tagsManager.

Referenced by org.sleuthkit.autopsy.actions.DeleteContentTagAction.actionPerformed(), org.sleuthkit.autopsy.actions.DeleteBlackboardArtifactTagAction.actionPerformed(), org.sleuthkit.autopsy.actions.AddContentTagAction.addTag(), org.sleuthkit.autopsy.actions.AddBlackboardArtifactTagAction.addTag(), 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.GetTagNameAndCommentDialog.GetTagNameAndCommentDialog(), org.sleuthkit.autopsy.actions.GetTagNameDialog.GetTagNameDialog(), org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.handleArtifactTagDeleted(), org.sleuthkit.autopsy.timeline.datamodel.FilteredEventsModel.handleContentTagDeleted(), org.sleuthkit.autopsy.report.ReportGenerator.TableReportsWorker.makeBlackboardArtifactTagsTables(), org.sleuthkit.autopsy.report.ReportGenerator.TableReportsWorker.makeContentTagsTables(), org.sleuthkit.autopsy.actions.GetTagNameDialog.okButtonActionPerformed(), org.sleuthkit.autopsy.timeline.filters.TagNameFilter.TagNameFilter(), org.sleuthkit.autopsy.datamodel.Tags.TagNameNode.updateDisplayName(), org.sleuthkit.autopsy.datamodel.Tags.ContentTagTypeNode.updateDisplayName(), and org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.updateDisplayName().

Member Data Documentation

final Blackboard org.sleuthkit.autopsy.casemodule.services.Services.blackboard
private
final FileManager org.sleuthkit.autopsy.casemodule.services.Services.fileManager
private
final KeywordSearchService org.sleuthkit.autopsy.casemodule.services.Services.keywordSearchService
private
final List<Closeable> org.sleuthkit.autopsy.casemodule.services.Services.services = new ArrayList<>()
private

Definition at line 38 of file Services.java.

final TagsManager org.sleuthkit.autopsy.casemodule.services.Services.tagsManager
private

The documentation for this class was generated from the following file:

Copyright © 2012-2015 Basis Technology. Generated on: Wed Apr 6 2016
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.