Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.appservices.AutopsyService.
Public Member Functions | |
void | closeCaseResources (CaseContext context) throws AutopsyServiceException |
String | getServiceName () |
default void | openCaseResources (CaseContext context) throws AutopsyServiceException |
Static Public Member Functions | |
static void | createImageWriter (Long imageId, ImageWriterSettings settings) |
Static Private Attributes | |
static final List< ImageWriter > | imageWriters = new ArrayList<>() |
static final Object | imageWritersLock = new Object() |
Creates and handles closing of ImageWriter objects. Currently, ImageWriter is only enabled for local disks, and local disks can not be processed in multi user mode. If ImageWriter is ever enabled for multi user cases this code will need to be revised.
Definition at line 37 of file ImageWriterService.java.
void org.sleuthkit.autopsy.imagewriter.ImageWriterService.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 |
Implements org.sleuthkit.autopsy.appservices.AutopsyService.
Definition at line 66 of file ImageWriterService.java.
|
static |
Create an image writer object for the given data source ID.
imageId | ID for the image. |
settings | Image writer settings to be used when writing the image. |
Definition at line 48 of file ImageWriterService.java.
String org.sleuthkit.autopsy.imagewriter.ImageWriterService.getServiceName | ( | ) |
Gets the service name.
Implements org.sleuthkit.autopsy.appservices.AutopsyService.
Definition at line 61 of file ImageWriterService.java.
|
inherited |
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, org.sleuthkit.autopsy.centralrepository.datamodel.DataSourceUpdateService, and org.sleuthkit.autopsy.test.TestAutopsyService.
Definition at line 55 of file AutopsyService.java.
|
staticprivate |
Definition at line 39 of file ImageWriterService.java.
|
staticprivate |
Definition at line 40 of file ImageWriterService.java.
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.