FileDocCategorySizeDatePackage
Touchable.javaAPI DocApache Ant 1.701268Wed Dec 13 06:16:24 GMT 2006org.apache.tools.ant.types.resources

Touchable

public interface Touchable
Interface to be implemented by "touchable" resources; that is, those whose modification time can be altered.
since
Ant 1.7

Fields Summary
Constructors Summary
Methods Summary
public voidtouch(long modTime)
Method called to "touch" the resource.

param
modTime the time to set the modified "field" of the resource, measured in milliseconds since the epoch.