net.sourceforge.cruisecontrol.util
Class CurrentBuildFileWriter

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.util.CurrentBuildFileWriter

public final class CurrentBuildFileWriter
extends java.lang.Object

Version:
$Id: CurrentBuildFileWriter.java 2783 2007-01-17 21:24:52Z pauljulius $
Author:
Jason Yip

Method Summary
static void validate(java.lang.String fileName)
           
static void writefile(java.lang.String info, java.util.Date date, java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writefile

public static void writefile(java.lang.String info,
                             java.util.Date date,
                             java.lang.String fileName)
                      throws CruiseControlException
Throws:
CruiseControlException

validate

public static void validate(java.lang.String fileName)
                     throws CruiseControlException
Throws:
CruiseControlException