source: release-kits/wirk3/ant-scripts/tasks/antelope/src/ise/antelope/tasks/typedefs/file/FileOp.java@ 15023

Last change on this file since 15023 was 15023, checked in by oranfry, 16 years ago

did the bulk of the work on wirk3

File size: 131 bytes
Line 
1package ise.antelope.tasks.typedefs.file;
2
3import java.io.File;
4
5public interface FileOp {
6 public String execute(File f);
7}
Note: See TracBrowser for help on using the repository browser.