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 OnWorkspaceWorkspace. 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 OnWorkspaceOnWorkspace. build(java.util.function.Consumer<? super BuildInfo> cb)A project was build.OnWorkspaceOnWorkspace. changedProject(java.util.function.Consumer<? super Project> cb)The properties of a project have changed.OnWorkspaceOnWorkspace. changedRun(java.util.function.Consumer<? super Run> cb)A run file was changed.OnWorkspaceOnWorkspace. closing(java.util.function.Consumer<? super Workspace> cb)Callback when the workspace is closingOnWorkspaceOnWorkspace. initial(java.util.function.Consumer<? super Workspace> cb)Callback when the workspace is initializing.OnWorkspaceOnWorkspace. message(java.util.function.Consumer<? super Workspace> cb)Callback when the workspace has a message (error or warning)OnWorkspaceOnWorkspace. projects(java.util.function.Consumer<? super java.util.Collection<Project>> projects)The set of projects has changed for some reasonOnWorkspaceOnWorkspace. repositoriesReady(java.util.function.Consumer<? super java.util.Collection<RepositoryPlugin>> cb)Callback when the repositories have all loaded or failed after an initialize.
-