source: other-projects/trunk/gs3-release-maker/tasks/antelope/src/ise/antelope/tasks/typedefs/file/FileOp.java@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

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.