Class LatestLastModified

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getValue()  
      void perform​(File resource)
      Perform the given operation on the resource.
      • Methods inherited from class java.lang.Object

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

      • LatestLastModified

        public LatestLastModified()
    • Method Detail

      • perform

        public void perform​(File resource)
        Description copied from interface: ResourceOperation
        Perform the given operation on the resource.
        Specified by:
        perform in interface ResourceOperation<File>
        Parameters:
        resource - the resource
      • getValue

        public long getValue()