All Implemented Interfaces:
java.lang.Cloneable, java.util.Comparator<Resource>

public class Date
extends ResourceComparator
Compares Resources by last modification date.
Since:
Ant 1.7
  • Constructor Details

    • Date

      public Date()
  • Method Details

    • resourceCompare

      protected int resourceCompare​(Resource foo, Resource bar)
      Compare two Resources.
      Specified by:
      resourceCompare in class ResourceComparator
      Parameters:
      foo - the first Resource.
      bar - the second Resource.
      Returns:
      a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.