Uses of Class
aQute.bnd.build.Workspace
-
-
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
ProjectTracker. 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)
ProjectTracker(Workspace workspace)
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
Deprecated.Methods in aQute.bnd.junit that return Workspace Modifier and Type Method Description Workspace
JUnitFramework. getWorkspace()
Deprecated. -
Uses of Workspace in aQute.bnd.main
Fields in aQute.bnd.main declared as Workspace Modifier and Type Field Description private Workspace
bnd. workspace
(package private) Workspace
CommunicationCommands. workspace
(package private) Workspace
GraphCommand. workspace
(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 private Workspace
bnd. calcWorkspace(bnd.ProjectWorkspaceOptions options)
Workspace
bnd. getWorkspace()
Workspace
bnd. getWorkspace(java.io.File workspaceDir)
Workspace
bnd. getWorkspace(java.lang.String where)
Workspace
bnd.HandledProjectWorkspaceOptions. workspace()
Methods in aQute.bnd.main with parameters of type Workspace Modifier and Type Method Description private void
ExportReportCommand. configureReadme(Workspace ws)
private void
ExportReportCommand. exportReports(Workspace ws, java.lang.String scope)
private int
bnd. runtTest(java.io.File testFile, Workspace testws, 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.remoteworkspace.server
Fields in aQute.bnd.remoteworkspace.server declared as Workspace Modifier and Type Field Description (package private) Workspace
RemoteWorkspaceServer. workspace
Constructors in aQute.bnd.remoteworkspace.server with parameters of type Workspace Constructor Description RemoteWorkspaceServer(Workspace workspace)
Create a new Remote Workspace Server. -
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)
-
Uses of Workspace in biz.aQute.bnd.reporter.plugins.entries.bndworkspace
Methods in biz.aQute.bnd.reporter.plugins.entries.bndworkspace with parameters of type Workspace Modifier and Type Method Description java.lang.Object
BndWorkspaceContentsPlugin. extract(Workspace workspace, java.util.Locale locale)
CommonInfoDTO
CommonInfoPlugin. extract(Workspace workspace, java.util.Locale locale)
private <T> T
CommonInfoPlugin. extractHeader(java.lang.String header, java.lang.String propertyName, Workspace workspace, java.util.function.Function<Parameters,T> converter)
-