blob: f5e417492225af1aeebf1afc0a531074fc1c49bb [file] [log] [blame]
Stuart McCullochf3173222012-06-07 21:57:32 +00001package aQute.bnd.service;
2
3public interface EclipseJUnitTester {
4 void setPort(int port);
Stuart McCulloch4482c702012-06-15 13:27:53 +00005
6 void setHost(String host);
Stuart McCullochf3173222012-06-07 21:57:32 +00007}