Uses of Class
aQute.bnd.build.Run
Packages that use Run
-
Uses of Run in aQute.bnd.build
Methods in aQute.bnd.build that return RunModifier and TypeMethodDescriptionstatic Run
Create a Run that will be stand alone if it contains -standalone.private static Run
Run.createRun0
(Workspace workspace, File file) static Run
Methods in aQute.bnd.build that return types with arguments of type RunModifier and TypeMethodDescriptionProjectBuilder.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 RunModifier and TypeMethodDescriptionOnWorkspace.changedRun
(Consumer<? super Run> cb) A run file was changed.