Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.main | |
aQute.bnd.plugin.eclipse | |
aQute.bnd.service.extension | |
aQute.bnd.service.lifecycle |
Modifier and Type | Method and Description |
---|---|
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 parent) |
static Workspace |
Workspace.getWorkspace(File parent,
String bndDir) |
static Workspace |
Workspace.getWorkspace(String path) |
static Workspace |
Workspace.getWorkspaceWithoutException(File parent) |
Workspace |
Workspace.setOffline(boolean on) |
Constructor and Description |
---|
Project(Workspace workspace,
File buildDir) |
Project(Workspace workspace,
File projectDir,
File buildFile) |
Run(Workspace workspace,
File projectDir,
File propertiesFile) |
WorkspaceRepository(Workspace workspace) |
Modifier and Type | Method and Description |
---|---|
Workspace |
bnd.getWorkspace(File workspaceDir) |
Workspace |
bnd.getWorkspace(String where) |
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 © 2015 aQute SARL. All rights reserved.