Class NativeCommand
- java.lang.Object
-
- org.apache.jorphan.exec.SystemCommand
-
- org.apache.jmeter.protocol.system.NativeCommand
-
@Deprecated public class NativeCommand extends SystemCommand
Deprecated.(2.10) useSystemCommand
insteadNative Command
-
-
Field Summary
-
Fields inherited from class org.apache.jorphan.exec.SystemCommand
POLL_INTERVAL
-
-
-
-
Constructor Detail
-
NativeCommand
public NativeCommand(File directory, Map<String,String> env)
Deprecated.- Parameters:
env
- Environment variables appended to environmentdirectory
- File working directory
-
NativeCommand
public NativeCommand(File directory, Map<String,String> env, String stdin, String stdout, String stderr) throws IOException
Deprecated.- Parameters:
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 stream- Throws:
IOException
- if any of the files are not accessible
-
-