All Implemented Interfaces:
Cloneable, Comparator<Resource>

public class Type extends ResourceComparator
Compares Resources by is-directory status. As a container of files, a directory is deemed "greater" than a file.
Since:
Ant 1.7
  • Constructor Details

    • Type

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