Apache JMeter

org.apache.jmeter.protocol.system
Class NativeCommand

java.lang.Object
  extended by org.apache.jorphan.exec.SystemCommand
      extended by org.apache.jmeter.protocol.system.NativeCommand

Deprecated. (2.10) use SystemCommand instead

@Deprecated
public class NativeCommand
extends SystemCommand

Native Command


Field Summary
 
Fields inherited from class org.apache.jorphan.exec.SystemCommand
POLL_INTERVAL
 
Constructor Summary
NativeCommand(File directory, Map<String,String> env)
          Deprecated.  
NativeCommand(File directory, Map<String,String> env, String stdin, String stdout, String stderr)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.jorphan.exec.SystemCommand
getExecutionEnvironment, getOutResult, run, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeCommand

public NativeCommand(File directory,
                     Map<String,String> env)
Deprecated. 
Parameters:
env - Environment variables appended to environment
directory - 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 environment
directory - File working directory
stdin - File name that will contain data to be input to process
stdout - File name that will contain out stream
stderr - File name that will contain err stream
Throws:
IOException - if any of the files are not accessible

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.