public final class

DefaultClock

extends Object
implements Clock
java.lang.Object
   ↳ com.atlassian.confluence.util.DefaultClock

Class Overview

Default implementation of the com.atlassian.core.util.Clock interface that simply returns a new java.util.Date instance.

Summary

Public Constructors
DefaultClock()
Public Methods
Date getCurrentDate()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.core.util.Clock

Public Constructors

public DefaultClock ()

Public Methods

public Date getCurrentDate ()