Package aQute.bnd.service
Interface LauncherPlugin
-
public interface LauncherPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectLauncher
getLauncher(Project project)
ProjectTester
getTester(Project project)
-
-
-
Method Detail
-
getLauncher
ProjectLauncher getLauncher(Project project) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getTester
ProjectTester getTester(Project project)
-
-