Uses of Interface
org.eclipse.jgit.util.time.MonotonicClock
-
Packages that use MonotonicClock Package Description org.eclipse.jgit.util Utility classes.org.eclipse.jgit.util.time -
-
Uses of MonotonicClock in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return MonotonicClock Modifier and Type Method Description MonotonicClock
SystemReader. getClock()
Get clock instance preferred by this system. -
Uses of MonotonicClock in org.eclipse.jgit.util.time
Classes in org.eclipse.jgit.util.time that implement MonotonicClock Modifier and Type Class Description class
MonotonicSystemClock
AMonotonicClock
based onSystem.currentTimeMillis
.
-