org.netbeans.api.extexecution
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 March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.