edu.ksu.cis.projects.bogor.util
Class Exec

java.lang.Object
  extended by edu.ksu.cis.projects.bogor.util.Exec

public class Exec
extends Object

Executes a given command.

Author:
duncan@x180.com, rubys@us.ibm.com, robby@cis.ksu.edu

Constructor Summary
Exec()
           
 
Method Summary
static int run(String command, PrintWriter pw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exec

public Exec()
Method Detail

run

public static int run(String command,
                      PrintWriter pw)