Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.imagewriter.ImageWriterService, org.sleuthkit.autopsy.keywordsearch.SolrSearchService, and org.sleuthkit.autopsy.test.TestAutopsyService.
Classes | |
class | AutopsyServiceException |
class | CaseContext |
Public Member Functions | |
default void | closeCaseResources (CaseContext context) throws AutopsyServiceException |
String | getServiceName () |
default void | openCaseResources (CaseContext context) throws AutopsyServiceException |
An interface for services that report status and may manage case and application resources such a text index, a database, etc. A service provider may have resources of both types, of only one type, or no resources at all.
Definition at line 29 of file AutopsyService.java.
default void org.sleuthkit.autopsy.appservices.AutopsyService.closeCaseResources | ( | CaseContext | context | ) | throws AutopsyServiceException |
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.appservices.AutopsyService.getServiceName | ( | ) |
Gets the service name.
Implemented in org.sleuthkit.autopsy.keywordsearch.SolrSearchService, org.sleuthkit.autopsy.imagewriter.ImageWriterService, and org.sleuthkit.autopsy.test.TestAutopsyService.
default void org.sleuthkit.autopsy.appservices.AutopsyService.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 |
Implemented in org.sleuthkit.autopsy.keywordsearch.SolrSearchService, and org.sleuthkit.autopsy.test.TestAutopsyService.
Definition at line 55 of file AutopsyService.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.