Class NativeCommand
java.lang.Object
org.apache.jorphan.exec.SystemCommand
org.apache.jmeter.protocol.system.NativeCommand
Deprecated.
Native Command
-
Field Summary
Fields inherited from class org.apache.jorphan.exec.SystemCommand
POLL_INTERVAL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jorphan.exec.SystemCommand
getExecutionEnvironment, getOutResult, run, run
-
Constructor Details
-
NativeCommand
Deprecated.- Parameters:
directory
- File working directoryenv
- Environment variables appended to environment
-
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
-
SystemCommand
instead