net.sourceforge.cruisecontrol.util
Interface Executor

All Known Implementing Classes:
RuntimeExecutor

public interface Executor

Interface to abstract Cruise code away from the Runtime classes in Java which make testing difficult because they are not extensible.


Method Summary
 java.lang.Process exec(Commandline c)
           
 

Method Detail

exec

public java.lang.Process exec(Commandline c)
                       throws java.io.IOException
Throws:
java.io.IOException