Class NativeCommand
java.lang.Object
org.apache.jorphan.exec.SystemCommand
org.apache.jmeter.protocol.system.NativeCommand
-
Field Summary
Fields inherited from class SystemCommand
POLL_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SystemCommand
getExecutionEnvironment, getOutResult, run, run
-
Constructor Details
-
NativeCommand
-
NativeCommand
public NativeCommand(File directory, Map<String, String> env, String stdin, String stdout, String stderr) throws IOExceptionDeprecated.- Parameters:
directory- File working directoryenv- Environment variables appended to environmentstdin- File name that will contain data to be input to processstdout- File name that will contain out streamstderr- File name that will contain err stream- Throws:
IOException- if any of the files are not accessible
-
SystemCommandinstead