net.sourceforge.cruisecontrol
Class CCDateFormat

java.lang.Object
  extended bynet.sourceforge.cruisecontrol.CCDateFormat
All Implemented Interfaces:
java.io.Serializable

public class CCDateFormat
extends java.lang.Object
implements java.io.Serializable

Simple wrapper around the dateformat. Allows preconfiguration.

Author:
[email protected]
See Also:
Serialized Form

Constructor Summary
CCDateFormat()
           
 
Method Summary
 java.lang.String getFormat()
           
 void setFormat(java.lang.String format)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCDateFormat

public CCDateFormat()
Method Detail

setFormat

public void setFormat(java.lang.String format)

getFormat

public java.lang.String getFormat()

validate

public void validate()