net.sourceforge.cruisecontrol.util
Class RuntimeExecutor

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.util.RuntimeExecutor
All Implemented Interfaces:
Executor

public class RuntimeExecutor
extends java.lang.Object
implements Executor

Delegates to the Runtime class in the Java SDK.


Constructor Summary
RuntimeExecutor()
           
 
Method Summary
 java.lang.Process exec(Commandline c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeExecutor

public RuntimeExecutor()
Method Detail

exec

public java.lang.Process exec(Commandline c)
                       throws java.io.IOException
Specified by:
exec in interface Executor
Throws:
java.io.IOException