Uses of Class
aQute.bnd.build.Workspace
-
Packages that use Workspace Package Description aQute.bnd.build aQute.bnd.build.model aQute.bnd.junit aQute.bnd.plugin.eclipse aQute.bnd.service.extension aQute.bnd.service.lifecycle -
-
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.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.junit
Fields in aQute.bnd.junit declared as Workspace Modifier and Type Field Description WorkspaceJUnitFramework. workspaceMethods in aQute.bnd.junit that return Workspace Modifier and Type Method Description WorkspaceJUnitFramework. getWorkspace() -
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.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)
-