blob: f858500c228e94c5bc9f049dc5914b47b143ef52 [file] [log] [blame]
Stuart McCulloch26e7a5a2011-10-17 10:31:43 +00001package aQute.bnd.service;
2
3import aQute.bnd.build.*;
4
5public interface LauncherPlugin {
6 ProjectLauncher getLauncher(Project project) throws Exception;
7
8 ProjectTester getTester(Project project);
9}