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.plugin.eclipse aQute.bnd.remoteworkspace.server 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) WorkspaceProject. workspaceprivate WorkspaceProjectTracker. workspaceprivate WorkspaceWorkspaceRepository. workspaceFields 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. cacheMethods in aQute.bnd.build that return Workspace Modifier and Type Method Description static WorkspaceWorkspace. createDefaultWorkspace()static WorkspaceWorkspace. createStandaloneWorkspace(Processor run, java.net.URI base)Create a workspace that does not inherit from a cnf directory etc.static WorkspaceWorkspace. createWorkspace(java.io.File wsdir)Create a new Workspacestatic WorkspaceWorkspace. findWorkspace(java.io.File base)/* Return the nearest workspaceWorkspaceProject. getWorkspace()static WorkspaceWorkspace. getWorkspace(java.io.File workspaceDir)static WorkspaceWorkspace. getWorkspace(java.io.File workspaceDir, java.lang.String bndDir)static WorkspaceWorkspace. getWorkspace(java.lang.String path)static WorkspaceWorkspace. getWorkspaceWithoutException(java.io.File workspaceDir)WorkspaceWorkspace. setOffline(boolean on)Methods in aQute.bnd.build with parameters of type Workspace Modifier and Type Method Description static RunRun. 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 WorkspaceBndEditModel. workspaceMethods in aQute.bnd.build.model that return Workspace Modifier and Type Method Description WorkspaceBndEditModel. getWorkspace()Methods in aQute.bnd.build.model with parameters of type Workspace Modifier and Type Method Description voidBndEditModel. 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 WorkspaceJUnitFramework. workspaceDeprecated.Methods in aQute.bnd.junit that return Workspace Modifier and Type Method Description WorkspaceJUnitFramework. getWorkspace()Deprecated. -
Uses of Workspace in aQute.bnd.plugin.eclipse
Methods in aQute.bnd.plugin.eclipse with parameters of type Workspace Modifier and Type Method Description voidEclipsePlugin. 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) WorkspaceRemoteWorkspaceServer. workspaceConstructors 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 voidLifeCyclePlugin. addedPlugin(Workspace workspace, java.lang.String name, java.lang.String alias, java.util.Map<java.lang.String,java.lang.String> parameters)voidLifeCyclePlugin. init(Workspace ws)Called when the plugin is setup.voidLifeCyclePlugin. removedPlugin(Workspace workspace, java.lang.String alias)
-