net.sourceforge.cruisecontrol
Class LogFileReader

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.LogFileReader

public class LogFileReader
extends java.lang.Object


Constructor Summary
LogFileReader(org.jdom.Document doc)
           
 
Method Summary
 int getBuildInterval()
          Get the build interval from the log file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFileReader

public LogFileReader(org.jdom.Document doc)
Method Detail

getBuildInterval

public int getBuildInterval()
Get the build interval from the log file. If no build interval is found, then return 0.

Returns:
the build interval in Seconds