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