blob: f858500c228e94c5bc9f049dc5914b47b143ef52 [file] [log] [blame]
package aQute.bnd.service;
import aQute.bnd.build.*;
public interface LauncherPlugin {
ProjectLauncher getLauncher(Project project) throws Exception;
ProjectTester getTester(Project project);
}