net.sourceforge.cruisecontrol.sourcecontrols.accurev
Interface Runner

All Known Implementing Classes:
AccurevCommandline

public interface Runner

Executes (or emulates execution) of an external program, and parses the output.

Author:
Nicola Orru'

Method Summary
 boolean execute(AccurevInputParser inputParser)
          Executes the program or the script
 int getReturnCode()
          Returns the last return code from the last process
 

Method Detail

execute

public boolean execute(AccurevInputParser inputParser)
Executes the program or the script

Parameters:
inputParser -
Returns:
true if the output has no errors

getReturnCode

public int getReturnCode()
Returns the last return code from the last process

Returns:
the process return code