Interface Touchable
- 
- All Known Implementing Classes:
- FileResource
 
 public interface TouchableInterface to be implemented by "touchable" resources; that is, those whose modification time can be altered.- Since:
- Ant 1.7
 
- 
- 
Method SummaryModifier and Type Method Description voidtouch(long modTime)Method called to "touch" the resource.
 
-