org.das2.datum.format
Class TimeDatumFormatterFactory

java.lang.Object
  extended by org.das2.datum.format.DatumFormatterFactory
      extended by org.das2.datum.format.TimeDatumFormatterFactory

public class TimeDatumFormatterFactory
extends DatumFormatterFactory


Constructor Summary
protected TimeDatumFormatterFactory()
          Creates a new instance of TimeDatumFormatterFactory
 
Method Summary
 DatumFormatter defaultFormatter()
           
static TimeDatumFormatterFactory getInstance()
          Get an instance of this factory.
 DatumFormatter newFormatter(java.lang.String format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeDatumFormatterFactory

protected TimeDatumFormatterFactory()
Creates a new instance of TimeDatumFormatterFactory

Method Detail

defaultFormatter

public DatumFormatter defaultFormatter()
Specified by:
defaultFormatter in class DatumFormatterFactory

newFormatter

public DatumFormatter newFormatter(java.lang.String format)
                            throws java.text.ParseException
Specified by:
newFormatter in class DatumFormatterFactory
Throws:
java.text.ParseException

getInstance

public static TimeDatumFormatterFactory getInstance()
Get an instance of this factory.