|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Time | |
---|---|
com.emarsys.ecommon.builder.time | Provides builders for date and time objects. |
com.emarsys.ecommon.time | Provides utilities for working with date and time objects. |
Uses of Time in com.emarsys.ecommon.builder.time |
---|
Methods in com.emarsys.ecommon.builder.time that return Time | |
---|---|
static Time |
TimeBuilder.getInstance()
Creates a new Time instance by delegating
to the Builder registered with Time
in Builders . |
Time |
TimeBuilder.newInstance()
Creates a Time instance. |
Time |
MockTimeBuilder.newInstance()
Returns the mocktime instance
on every call. |
Uses of Time in com.emarsys.ecommon.time |
---|
Classes in com.emarsys.ecommon.time that implement Time | |
---|---|
class |
MockTime
MockTime is a singleton to mock the Time
in (unit) test cases. |
class |
SystemTime
The default implementation of Time that delegates to
System.currentTimeMillis() . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |