Stuart McCulloch | f317322 | 2012-06-07 21:57:32 +0000 | [diff] [blame] | 1 | package aQute.bnd.service; |
2 | |||||
3 | import aQute.bnd.build.*; | ||||
4 | |||||
5 | public interface LauncherPlugin { | ||||
6 | ProjectLauncher getLauncher(Project project) throws Exception; | ||||
7 | |||||
8 | ProjectTester getTester(Project project); | ||||
9 | } |