public final class ExternalProcessSupport extends Object
public static void destroy(@NonNull Process process, @NonNull Map<String,String> env)
Any process running in environment containing the same variables
with the same values as those passed in env (all of them)
is supposed to be part of the process tree and may be terminated.
process - process to killenv - map containing the variables and their values which the
process must have to be considered being part of
the tree to killBuilt on May 19 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.