org.apache.tools.ant.types.resources.comparators
public class FileSystem extends ResourceComparator
Since: Ant 1.7
Method Summary | |
---|---|
protected int | resourceCompare(Resource foo, Resource bar)
Compare two Resources. |
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.
Throws: ClassCastException if either resource is not an instance of FileResource.