Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherited by 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 () |
The execute() methods do a wait() with a timeout on the executing process and query a process terminator each time the timeout expires to determine whether or not to kill the process. See DataSourceIngestModuleProcessTerminator and FileIngestModuleProcessTerminator as examples of ProcessTerminator implementations.
Definition at line 50 of file ExecUtil.java.
boolean org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator.shouldTerminateProcess | ( | ) |
Decides whether or not to terminate a process being run by a ExcUtil.execute() methods.
Implemented in org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator, org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProcessTerminator, org.sleuthkit.autopsy.ingest.FileIngestModuleProcessTerminator, and org.sleuthkit.autopsy.coreutils.ExecUtil.InterruptedThreadProcessTerminator.
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.