net.sourceforge.cruisecontrol
Class DateFormatFactory

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

public final class DateFormatFactory
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_FORMAT
           
 
Method Summary
static java.text.DateFormat getDateFormat()
           
static void setFormat(java.lang.String aFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FORMAT

public static final java.lang.String DEFAULT_FORMAT
See Also:
Constant Field Values
Method Detail

getDateFormat

public static java.text.DateFormat getDateFormat()
Returns:
an initialized DateFormat.
See Also:
the concrete DateFormat class used

setFormat

public static void setFormat(java.lang.String aFormat)