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.main aQute.bnd.plugin.eclipse aQute.bnd.service.extension aQute.bnd.service.lifecycle -
-
Uses of Workspace in aQute.bnd.build
Fields in aQute.bnd.build declared as Workspace Modifier and Type Field Description (package private) Workspace
Project. workspace
private Workspace
WorkspaceRepository. workspace
Fields in aQute.bnd.build with type parameters of type Workspace Modifier and Type Field Description private static java.util.Map<java.io.File,java.lang.ref.WeakReference<Workspace>>
Workspace. cache
Methods in aQute.bnd.build that return Workspace Modifier and Type Method 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 Workspacestatic Workspace
Workspace. findWorkspace(java.io.File base)
/* Return the nearest workspaceWorkspace
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)
Methods in aQute.bnd.build with parameters of type Workspace Modifier and Type Method Description static Run
Run. 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
Fields in aQute.bnd.build.model declared as Workspace Modifier and Type Field Description private Workspace
BndEditModel. workspace
Methods in aQute.bnd.build.model that return Workspace Modifier and Type Method Description Workspace
BndEditModel. getWorkspace()
Methods in aQute.bnd.build.model with parameters of type Workspace Modifier and Type Method Description void
BndEditModel. 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 Workspace
JUnitFramework. workspace
Methods in aQute.bnd.junit that return Workspace Modifier and Type Method Description Workspace
JUnitFramework. getWorkspace()
-
Uses of Workspace in aQute.bnd.main
Fields in aQute.bnd.main declared as Workspace Modifier and Type Field Description (package private) Workspace
RepoCommand. workspace
private Workspace
bnd. ws
private Workspace
Plugins. ws
Methods in aQute.bnd.main that return Workspace Modifier and Type Method Description Workspace
bnd. getWorkspace(java.io.File workspaceDir)
Workspace
bnd. getWorkspace(java.lang.String where)
Methods in aQute.bnd.main with parameters of type Workspace Modifier and Type Method Description private int
bnd. runtTest(java.io.File testFile, Workspace ws, java.io.File reportDir, Tag summary)
Help function to run the testsConstructors in aQute.bnd.main with parameters of type Workspace Constructor Description bnd(Workspace ws)
Plugins(bnd bnd, Workspace ws)
-
Uses of Workspace in aQute.bnd.plugin.eclipse
Methods in aQute.bnd.plugin.eclipse with parameters of type Workspace Modifier and Type Method Description void
EclipsePlugin. 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 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)
-