Uses of Interface
aQute.bnd.build.api.OnWorkspace
-
Packages that use OnWorkspace Package Description aQute.bnd.build aQute.bnd.build.api -
-
Uses of OnWorkspace in aQute.bnd.build
Methods in aQute.bnd.build that return OnWorkspace Modifier and Type Method Description OnWorkspace
Workspace. on(java.lang.String ownerName)
Get a new notifier that receives notifications from the workspace & projects. -
Uses of OnWorkspace in aQute.bnd.build.api
Methods in aQute.bnd.build.api that return OnWorkspace Modifier and Type Method Description OnWorkspace
OnWorkspace. build(java.util.function.Consumer<? super BuildInfo> cb)
A project was build.OnWorkspace
OnWorkspace. changedProject(java.util.function.Consumer<? super Project> cb)
The properties of a project have changed.OnWorkspace
OnWorkspace. changedRun(java.util.function.Consumer<? super Run> cb)
A run file was changed.OnWorkspace
OnWorkspace. closing(java.util.function.Consumer<? super Workspace> cb)
Callback when the workspace is closingOnWorkspace
OnWorkspace. initial(java.util.function.Consumer<? super Workspace> cb)
Callback when the workspace is initializing.OnWorkspace
OnWorkspace. message(java.util.function.Consumer<? super Workspace> cb)
Callback when the workspace has a message (error or warning)OnWorkspace
OnWorkspace. projects(java.util.function.Consumer<? super java.util.Collection<Project>> projects)
The set of projects has changed for some reasonOnWorkspace
OnWorkspace. repositoriesReady(java.util.function.Consumer<? super java.util.Collection<RepositoryPlugin>> cb)
Callback when the repositories have all loaded or failed after an initialize.
-