net.sourceforge.cruisecontrol.launch
Interface CruiseControlMain

All Known Implementing Classes:
Main

public interface CruiseControlMain

Interface used to bridge to the actual Main class without any messy reflection


Method Summary
 boolean start(java.lang.String[] args)
          Start CruiseControl
 

Method Detail

start

public boolean start(java.lang.String[] args)
Start CruiseControl

Parameters:
args - Command line arguments to be handled directly by CruiseControl (passed through the launcher without processing)