Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.modules.embeddedfileextractor.FileTaskExecutor.TaskTerminator Class Reference

Inherits org.sleuthkit.autopsy.threadutils.TaskRetryUtil.Terminator.

Public Member Functions

boolean stopTaskAttempts ()
 

Private Attributes

final IngestJobContext context
 

Detailed Description

A TaskRetryUtil.Terminator that uses an ingest job context to cut off attempts to do a java.io.File operation if the ingest job is cancelled.

Definition at line 200 of file FileTaskExecutor.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.modules.embeddedfileextractor.FileTaskExecutor.TaskTerminator.stopTaskAttempts ( )

Indicates whether or not the task should be abandoned with no further attempts.

Returns
True or false.

Implements org.sleuthkit.autopsy.threadutils.TaskRetryUtil.Terminator.

Definition at line 216 of file FileTaskExecutor.java.

References org.sleuthkit.autopsy.ingest.IngestJobContext.fileIngestIsCancelled().

Member Data Documentation

final IngestJobContext org.sleuthkit.autopsy.modules.embeddedfileextractor.FileTaskExecutor.TaskTerminator.context
private

Definition at line 202 of file FileTaskExecutor.java.


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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.