source: other-projects/trunk/gs3-release-maker/tasks/antelope/src/ise/antelope/tasks/typedefs/net/NetOp.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: 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.