Uses of Class
aQute.bnd.build.Workspace
-
-
Uses of Workspace in aQute.bnd.build
Methods in aQute.bnd.build that return Workspace Modifier and Type Method Description static WorkspaceWorkspace. createDefaultWorkspace()static WorkspaceWorkspace. createStandaloneWorkspace(Processor run, java.net.URI base)Create a workspace that does not inherit from a cnf directory etc.static WorkspaceWorkspace. createWorkspace(java.io.File wsdir)Create a new Workspacestatic WorkspaceWorkspace. findWorkspace(java.io.File base)/* Return the nearest workspaceWorkspaceProject. getWorkspace()static WorkspaceWorkspace. getWorkspace(java.io.File workspaceDir)static WorkspaceWorkspace. getWorkspace(java.io.File workspaceDir, java.lang.String bndDir)static WorkspaceWorkspace. getWorkspace(java.lang.String path)static WorkspaceWorkspace. getWorkspaceWithoutException(java.io.File workspaceDir)WorkspaceWorkspace. setOffline(boolean on)Methods in aQute.bnd.build with parameters of type Workspace Modifier and Type Method Description static RunRun. createRun(Workspace workspace, java.io.File file)Create a Run that will be stand alone if it contains -standalone.Constructors in aQute.bnd.build with parameters of type Workspace Constructor Description Project(Workspace workspace, java.io.File buildDir)Project(Workspace workspace, java.io.File unused, java.io.File buildFile)Run(Workspace workspace, java.io.File propertiesFile)Run(Workspace workspace, java.io.File projectDir, java.io.File propertiesFile)WorkspaceRepository(Workspace workspace) -
Uses of Workspace in aQute.bnd.build.api
Method parameters in aQute.bnd.build.api with type arguments of type Workspace Modifier and Type Method Description 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) -
Uses of Workspace in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return Workspace Modifier and Type Method Description WorkspaceBndEditModel. getWorkspace()Methods in aQute.bnd.build.model with parameters of type Workspace Modifier and Type Method Description voidBndEditModel. setWorkspace(Workspace workspace)Constructors in aQute.bnd.build.model with parameters of type Workspace Constructor Description BndEditModel(Workspace workspace) -
Uses of Workspace in aQute.bnd.buildtool
Constructors in aQute.bnd.buildtool with parameters of type Workspace Constructor Description ToolManager(Workspace workspace, java.util.function.BiConsumer<java.lang.String,java.lang.Object[]> reporter) -
Uses of Workspace in aQute.bnd.junit
Fields in aQute.bnd.junit declared as Workspace Modifier and Type Field Description WorkspaceJUnitFramework. workspaceDeprecated.Methods in aQute.bnd.junit that return Workspace Modifier and Type Method Description WorkspaceJUnitFramework. getWorkspace()Deprecated. -
Uses of Workspace in aQute.bnd.plugin.eclipse
Methods in aQute.bnd.plugin.eclipse with parameters of type Workspace Modifier and Type Method Description voidEclipsePlugin. init(Workspace ws) -
Uses of Workspace in aQute.bnd.remoteworkspace.server
Constructors in aQute.bnd.remoteworkspace.server with parameters of type Workspace Constructor Description RemoteWorkspaceServer(Workspace workspace)Create a new Remote Workspace Server. -
Uses of Workspace in aQute.bnd.service.extension
Methods in aQute.bnd.service.extension with parameters of type Workspace Modifier and Type Method Description java.util.List<?>ExtensionActivator. activate(Workspace workspace, java.util.Map<java.lang.String,java.lang.String> attrs) -
Uses of Workspace in aQute.bnd.service.lifecycle
Methods in aQute.bnd.service.lifecycle with parameters of type Workspace Modifier and Type Method Description voidLifeCyclePlugin. addedPlugin(Workspace workspace, java.lang.String name, java.lang.String alias, java.util.Map<java.lang.String,java.lang.String> parameters)voidLifeCyclePlugin. init(Workspace ws)Called when the plugin is setup.voidLifeCyclePlugin. removedPlugin(Workspace workspace, java.lang.String alias)
-