org.apache.tools.ant.types.selectors
public class DependSelector extends MappingSelector
Since: 1.5
| Constructor Summary | |
|---|---|
| DependSelector()
Creates a new DependSelector instance.
| |
| Method Summary | |
|---|---|
| boolean | selectionTest(File srcfile, File destfile)
this test is our selection test that compared the file with the destfile |
| String | toString() |
DependSelector instance.
Parameters: srcfile the source file destfile the destination file
Returns: true if destination is out of date
Returns: a string describing this object