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 | Field and Description |
---|---|
(package private) Workspace |
Project.workspace |
private Workspace |
WorkspaceRepository.workspace |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.io.File,java.lang.ref.WeakReference<Workspace>> |
Workspace.cache |
Modifier and Type | Method and Description |
---|---|
static Workspace |
Workspace.createDefaultWorkspace() |
static Workspace |
Workspace.createStandaloneWorkspace(Processor run,
java.net.URI base)
Create a workspace that does not inherit from a cnf directory etc.
|
static Workspace |
Workspace.createWorkspace(java.io.File wsdir)
Create a new Workspace
|
static Workspace |
Workspace.findWorkspace(java.io.File base)
/* Return the nearest workspace
|
Workspace |
Project.getWorkspace() |
static Workspace |
Workspace.getWorkspace(java.io.File workspaceDir) |
static Workspace |
Workspace.getWorkspace(java.io.File workspaceDir,
java.lang.String bndDir) |
static Workspace |
Workspace.getWorkspace(java.lang.String path) |
static Workspace |
Workspace.getWorkspaceWithoutException(java.io.File workspaceDir) |
Workspace |
Workspace.setOffline(boolean on) |
Modifier and Type | Method and Description |
---|---|
static Run |
Run.createRun(Workspace workspace,
java.io.File file)
Create a Run that will be stand alone if it contains -standalone.
|
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
private Workspace |
BndEditModel.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 | Field and Description |
---|---|
(package private) Workspace |
RepoCommand.workspace |
private Workspace |
Plugins.ws |
private Workspace |
bnd.ws |
Modifier and Type | Method and Description |
---|---|
Workspace |
bnd.getWorkspace(java.io.File workspaceDir) |
Workspace |
bnd.getWorkspace(java.lang.String where) |
Modifier and Type | Method and Description |
---|---|
private int |
bnd.runtTest(java.io.File testFile,
Workspace ws,
java.io.File reportDir,
Tag summary)
Help function to run the tests
|
Constructor and Description |
---|
bnd(Workspace ws) |
Plugins(bnd bnd,
Workspace ws) |
Modifier and Type | Method and Description |
---|---|
void |
EclipsePlugin.init(Workspace ws) |
Modifier and Type | Method and Description |
---|---|
java.util.List<?> |
ExtensionActivator.activate(Workspace workspace,
java.util.Map<java.lang.String,java.lang.String> attrs) |
Modifier and Type | Method and Description |
---|---|
void |
LifeCyclePlugin.addedPlugin(Workspace workspace,
java.lang.String name,
java.lang.String alias,
java.util.Map<java.lang.String,java.lang.String> parameters) |
void |
LifeCyclePlugin.init(Workspace ws)
Called when the plugin is setup.
|
void |
LifeCyclePlugin.removedPlugin(Workspace workspace,
java.lang.String alias) |