Uses of Class
aQute.bnd.build.Run
-
Packages that use Run Package Description aQute.bnd.build aQute.bnd.build.api -
-
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 -
Uses of Run in aQute.bnd.build.api
Method parameters in aQute.bnd.build.api with type arguments of type Run Modifier and Type Method Description OnWorkspace
OnWorkspace. changedRun(java.util.function.Consumer<? super Run> cb)
A run file was changed.
-