Class ClockImpld

  • All Implemented Interfaces:
    org.gradle.internal.time.Clock

    public class ClockImpld
    extends java.lang.Object
    implements org.gradle.internal.time.Clock
    • Constructor Summary

      Constructors 
      Constructor Description
      ClockImpld()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCurrentTime()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClockImpld

        public ClockImpld()
    • Method Detail

      • getCurrentTime

        public long getCurrentTime()
        Specified by:
        getCurrentTime in interface org.gradle.internal.time.Clock