com.perdues.test
Class ProcessUtilsTest

java.lang.Object
  extended by com.perdues.test.ProcessUtilsTest

public class ProcessUtilsTest
extends Object


Constructor Summary
ProcessUtilsTest()
           
 
Method Summary
static void main(String[] args)
          Main routine that takes the name of the program to run and its arguments are the command line arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessUtilsTest

public ProcessUtilsTest()
Method Detail

main

public static void main(String[] args)
Main routine that takes the name of the program to run and its arguments are the command line arguments. The system property "style" controls which "exec" method of class com.perdues.ProcessUtils this will invoke. The permitted values are "string", "write", or "filter". These use respectively the form of exec that: returns a string; writes to two output streams; or reads an input stream and writes output streams. The default style is "string".