Top Description Methods
org.apache.tools.ant.types.resources

public Interface Touchable

Known Direct Implementers
org.apache.tools.ant.types.resources.FileResource

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

Method Summary

Modifier and TypeMethod and Description
public void
touch(long
the time to set the modified "field" of the resource, measured in milliseconds since the epoch.
modTime
)

Method called to "touch" the resource.

Method Detail

touchback to summary
public void touch(long modTime)

Method called to "touch" the resource.

Parameters
modTime:long

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