Method Summary |
|
public void | add(FileNameMapper fileNameMapper) |
public void | addSrcfiles(FileSet fs) Nested <srcfiles> element. |
public Mapper | createMapper() Defines the FileNameMapper to use (nested mapper element). |
public Union | createSrcResources() Nested resource collections as sources. |
public boolean | eval() Evaluate (all) target and source file(s) to
see if the target(s) is/are up-to-date. |
public void | execute() Sets property to true if target file(s) have a more recent timestamp
than (each of) the corresponding source file(s). |
protected boolean | scanDir(File srcDir, String[] files) |
public void | setProperty(String property) The property to set if the target file is more up-to-date than
(each of) the source file(s). |
public void | setSrcfile(File file) The file that must be older than the target file
if the property is to be set. |
public void | setTargetFile(File file) The file which must be more up-to-date than (each of) the source file(s)
if the property is to be set. |
public void | setValue(String value) The value to set the named property to if the target file is more
up-to-date than (each of) the source file(s). |