All Implemented Interfaces:
Cloneable, Comparator<Resource>

public class Size extends ResourceComparator
Compares Resources by size.
Since:
Ant 1.7
  • Constructor Details

    • Size

      public Size()
  • 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.