All Implemented Interfaces:
Cloneable, Comparator<Resource>

public class Exists extends ResourceComparator
Compares Resources by existence. Not existing is "less than" existing.
Since:
Ant 1.7
  • Constructor Details

    • Exists

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