Uses of Class
aQute.bnd.build.Run
-
Packages that use Run Package Description aQute.bnd.build -
-
Uses of Run in aQute.bnd.build
Methods in aQute.bnd.build that return Run Modifier and Type Method Description static RunRun. createRun(Workspace workspace, java.io.File file)Create a Run that will be stand alone if it contains -standalone.private static RunRun. createRun0(Workspace workspace, java.io.File file)static RunWorkspace. getRun(java.io.File file)Methods in aQute.bnd.build that return types with arguments of type Run Modifier and Type Method Description java.util.List<Run>ProjectBuilder. getExportedRuns()Return the bndrun files that need to be exported
-