Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.test.TestAutopsyService Class Reference

Inherits org.sleuthkit.autopsy.appservices.AutopsyService.

Public Member Functions

default void closeCaseResources (CaseContext context) throws AutopsyServiceException
 
String getServiceName ()
 
void openCaseResources (CaseContext context) throws AutopsyServiceException
 

Static Private Attributes

static final Logger logger = Logger.getLogger(TestAutopsyService.class.getName())
 

Detailed Description

An implementation of the Autopsy service interface used for test purposes.

Definition at line 31 of file TestAutopsyService.java.

Member Function Documentation

default void org.sleuthkit.autopsy.appservices.AutopsyService.closeCaseResources ( CaseContext  context) throws AutopsyServiceException
inherited

Closes any case-level resources managed by the service.

Parameters
contextThe case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc.
Exceptions
org.sleuthkit.autopsy.framework.AutopsyService.AutopsyServiceException

Implemented in org.sleuthkit.autopsy.keywordsearch.SolrSearchService, and org.sleuthkit.autopsy.imagewriter.ImageWriterService.

Definition at line 69 of file AutopsyService.java.

String org.sleuthkit.autopsy.test.TestAutopsyService.getServiceName ( )

Gets the service name.

Returns
The service name.

Implements org.sleuthkit.autopsy.appservices.AutopsyService.

Definition at line 36 of file TestAutopsyService.java.

void org.sleuthkit.autopsy.test.TestAutopsyService.openCaseResources ( CaseContext  context) throws AutopsyServiceException

Creates, opens or upgrades any case-level resources managed by the service.

Parameters
contextThe case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc.
Exceptions
org.sleuthkit.autopsy.framework.AutopsyService.AutopsyServiceException

Implements org.sleuthkit.autopsy.appservices.AutopsyService.

Definition at line 41 of file TestAutopsyService.java.

References org.sleuthkit.autopsy.progress.ProgressIndicator.finish(), org.sleuthkit.autopsy.progress.ProgressIndicator.progress(), and org.sleuthkit.autopsy.progress.ProgressIndicator.start().

Member Data Documentation

final Logger org.sleuthkit.autopsy.test.TestAutopsyService.logger = Logger.getLogger(TestAutopsyService.class.getName())
staticprivate

Definition at line 33 of file TestAutopsyService.java.


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

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.