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 Run
Run. createRun(Workspace workspace, java.io.File file)
Create a Run that will be stand alone if it contains -standalone.static Run
Workspace. 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
-