Package com.wavemaker.commons.io
Class LatestLastModified
- java.lang.Object
-
- com.wavemaker.commons.io.LatestLastModified
-
- All Implemented Interfaces:
ResourceOperation<File>
public class LatestLastModified extends java.lang.Object implements ResourceOperation<File>
ResourceOperationto get the latest last modified value.
-
-
Constructor Summary
Constructors Constructor Description LatestLastModified()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()voidperform(File resource)Perform the given operation on the resource.
-
-
-
Method Detail
-
perform
public void perform(File resource)
Description copied from interface:ResourceOperationPerform the given operation on the resource.- Specified by:
performin interfaceResourceOperation<File>- Parameters:
resource- the resource
-
getValue
public long getValue()
-
-