Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator Interface Reference

Inherited by org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator, org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProcessTerminator, and org.sleuthkit.autopsy.ingest.FileIngestModuleProcessTerminator.

Public Member Functions

boolean shouldTerminateProcess ()
 

Detailed Description

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.

Definition at line 46 of file ExecUtil.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.coreutils.ExecUtil.ProcessTerminator.shouldTerminateProcess ( )

Decides whether or not to terminate a process being run by a ExcUtil.execute() methods.

Returns
True or false.

Implemented in org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator, org.sleuthkit.autopsy.ingest.DataSourceIngestModuleProcessTerminator, and org.sleuthkit.autopsy.ingest.FileIngestModuleProcessTerminator.


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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.