Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.build.model | |
aQute.bnd.junit | |
aQute.bnd.plugin.eclipse | |
aQute.bnd.remoteworkspace.server | |
aQute.bnd.service.extension | |
aQute.bnd.service.lifecycle |
Modifier and Type | Field and Description |
---|---|
private Workspace |
WorkspaceRepository.workspace |
private Workspace |
ProjectTracker.workspace |
(package private) Workspace |
Project.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) |
ProjectTracker(Workspace workspace) |
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
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Workspace |
JUnitFramework.getWorkspace()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
EclipsePlugin.init(Workspace ws) |
Modifier and Type | Field and Description |
---|---|
(package private) Workspace |
RemoteWorkspaceServer.workspace |
Constructor and Description |
---|
RemoteWorkspaceServer(Workspace workspace)
Create a new Remote Workspace Server.
|
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) |