bookExamples.ch16Readers
Class ExecDemo

java.lang.Object
  extended by bookExamples.ch16Readers.ExecDemo

public class ExecDemo
extends java.lang.Object


Constructor Summary
ExecDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.lang.String[] runCommand(java.lang.String cmd)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecDemo

public ExecDemo()
Method Detail

runCommand

public static java.lang.String[] runCommand(java.lang.String cmd)
                                     throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)