com.google.code.tempusfugit.temporal
Class RealClock

java.lang.Object
  extended by com.google.code.tempusfugit.temporal.RealClock
All Implemented Interfaces:
Factory<Date>, Clock

public class RealClock
extends Object
implements Clock


Constructor Summary
RealClock()
           
 
Method Summary
 Date create()
           
static RealClock now()
           
static RealClock today()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealClock

public RealClock()
Method Detail

now

public static RealClock now()

today

public static RealClock today()

create

public Date create()
Specified by:
create in interface Factory<Date>


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.