Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by org.sleuthkit.autopsy.coreutils.ExecUtil.HybridTerminator, org.sleuthkit.autopsy.coreutils.ExecUtil.InterruptedThreadProcessTerminator, org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator, org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProcessTerminator, and org.sleuthkit.autopsy.ingest.FileIngestModuleProcessTerminator.
Public Member Functions | |
boolean | shouldTerminateProcess () |
An interface for defining the conditions under which an operating system process spawned by an ExecUtil method should be terminated.
Some existing implementations: TimedProcessTerminator, InterruptedThreadProcessTerminator, DataSourceIngestModuleProcessTerminator and FileIngestModuleProcessTerminator.
Definition at line 54 of file ExecUtil.java.
boolean org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator.shouldTerminateProcess | ( | ) |
Decides whether or not to terminate a process being run by an ExecUtil method.
Implemented in org.sleuthkit.autopsy.coreutils.ExecUtil.HybridTerminator, org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator, org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProcessTerminator, org.sleuthkit.autopsy.coreutils.ExecUtil.InterruptedThreadProcessTerminator, and org.sleuthkit.autopsy.ingest.FileIngestModuleProcessTerminator.
Copyright © 2012-2022 Basis Technology. Generated on: Sat Apr 1 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.