Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.build.model | |
aQute.bnd.junit | |
aQute.bnd.main | |
aQute.bnd.plugin.eclipse | |
aQute.bnd.service.extension | |
aQute.bnd.service.lifecycle |
Modifier and Type | Method and Description |
---|---|
static Workspace |
Workspace.createDefaultWorkspace() |
static Workspace |
Workspace.createStandaloneWorkspace(Processor run,
URI base)
Create a workspace that does not inherit from a cnf directory etc.
|
static Workspace |
Workspace.createWorkspace(File wsdir)
Create a new Workspace
|
static Workspace |
Workspace.findWorkspace(File base)
/* Return the nearest workspace
|
Workspace |
Project.getWorkspace() |
static Workspace |
Workspace.getWorkspace(File workspaceDir) |
static Workspace |
Workspace.getWorkspace(File workspaceDir,
String bndDir) |
static Workspace |
Workspace.getWorkspace(String path) |
static Workspace |
Workspace.getWorkspaceWithoutException(File workspaceDir) |
Workspace |
Workspace.setOffline(boolean on) |
Modifier and Type | Method and Description |
---|---|
static Run |
Run.createRun(Workspace workspace,
File file)
Create a Run that will be stand alone if it contains -standalone.
|
Constructor and Description |
---|
Project(Workspace workspace,
File buildDir) |
Project(Workspace workspace,
File unused,
File buildFile) |
Run(Workspace workspace,
File propertiesFile) |
Run(Workspace workspace,
File projectDir,
File propertiesFile) |
WorkspaceRepository(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
Workspace |
BndEditModel.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
BndEditModel.setWorkspace(Workspace workspace) |
Constructor and Description |
---|
BndEditModel(Workspace workspace) |
Modifier and Type | Field and Description |
---|---|
Workspace |
JUnitFramework.workspace |
Modifier and Type | Method and Description |
---|---|
Workspace |
JUnitFramework.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
Workspace |
bnd.getWorkspace(File workspaceDir) |
Workspace |
bnd.getWorkspace(String where) |
Constructor and Description |
---|
bnd(Workspace ws) |
Modifier and Type | Method and Description |
---|---|
void |
EclipsePlugin.init(Workspace ws) |
Modifier and Type | Method and Description |
---|---|
List<?> |
ExtensionActivator.activate(Workspace workspace,
Map<String,String> attrs) |
Modifier and Type | Method and Description |
---|---|
void |
LifeCyclePlugin.addedPlugin(Workspace workspace,
String name,
String alias,
Map<String,String> parameters) |
void |
LifeCyclePlugin.init(Workspace ws)
Called when the plugin is setup.
|
void |
LifeCyclePlugin.removedPlugin(Workspace workspace,
String alias) |
Copyright © 2021 aQute SARL. All rights reserved.