Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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()) |
An implementation of the Autopsy service interface used for test purposes.
Definition at line 31 of file TestAutopsyService.java.
|
inherited |
Closes any case-level resources managed by the service.
context | The case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc. |
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.
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.
context | The case context which includes things such as the case, a progress indicator for the operation, a cancellation request flag, etc. |
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().
|
staticprivate |
Definition at line 33 of file TestAutopsyService.java.
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.