SystemCommand instead@Deprecated public class NativeCommand extends SystemCommand
POLL_INTERVALpublic NativeCommand(File directory, Map<String,String> env)
env - Environment variables appended to environmentdirectory - File working directorypublic NativeCommand(File directory, Map<String,String> env, String stdin, String stdout, String stderr) throws IOException
env - Environment variables appended to environmentdirectory - File working directorystdin - File name that will contain data to be input to processstdout - File name that will contain out streamstderr - File name that will contain err streamIOException - if any of the files are not accessibleCopyright © 1998-2016 Apache Software Foundation. All Rights Reserved.