Uses of Interface
aQute.bnd.build.api.OnWorkspace
Packages that use OnWorkspace
-
Uses of OnWorkspace in aQute.bnd.build
Methods in aQute.bnd.build that return OnWorkspaceModifier and TypeMethodDescriptionGet a new notifier that receives notifications from the workspace & projects.(package private) OnWorkspace -
Uses of OnWorkspace in aQute.bnd.build.api
Methods in aQute.bnd.build.api that return OnWorkspaceModifier and TypeMethodDescriptionA project was build.OnWorkspace.changedProject(Consumer<? super Project> cb) The properties of a project have changed.OnWorkspace.changedRun(Consumer<? super Run> cb) A run file was changed.Callback when the workspace is closingCallback when the workspace is initializing.Callback when the workspace has a message (error or warning)OnWorkspace.projects(Consumer<? super Collection<Project>> projects) The set of projects has changed for some reasonOnWorkspace.repositoriesReady(Consumer<? super Collection<RepositoryPlugin>> cb) Callback when the repositories have all loaded or failed after an initialize.