net.sf.echobinding.format
Class TimeFormat

java.lang.Object
  extended by net.sf.echobinding.format.TimeFormat
All Implemented Interfaces:
Format

public class TimeFormat
extends java.lang.Object
implements Format


Field Summary
static java.lang.String REGEX
           
 
Constructor Summary
TimeFormat()
           
 
Method Summary
 java.lang.String format(java.lang.Object timeInSeconds)
           
 java.lang.Object parse(java.lang.String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGEX

public static final java.lang.String REGEX
See Also:
Constant Field Values
Constructor Detail

TimeFormat

public TimeFormat()
Method Detail

parse

public java.lang.Object parse(java.lang.String source)
Specified by:
parse in interface Format

format

public java.lang.String format(java.lang.Object timeInSeconds)
Specified by:
format in interface Format


Copyright © 2007. All Rights Reserved.