source: release-kits/wirk3/ant-scripts/tasks/antelope/src/ise/antelope/tasks/typedefs/string/StringOp.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: 115 bytes
Line 
1package ise.antelope.tasks.typedefs.string;
2
3public interface StringOp {
4 public String execute(String s);
5}
Note: See TracBrowser for help on using the repository browser.