Uses of Class
aQute.bnd.build.Workspace

Packages that use Workspace
aQute.bnd.build   
aQute.bnd.plugin.eclipse   
aQute.bnd.service.extension   
aQute.bnd.service.lifecycle   
 

Uses of Workspace in aQute.bnd.build
 

Methods in aQute.bnd.build that return Workspace
static Workspace Workspace.createWorkspace(File wsdir)
          Create a new Workspace
static Workspace Workspace.findWorkspace(File base)
          /* Return the nearest workspace
 Workspace Project.getWorkspace()
           
static Workspace Workspace.getWorkspace(File parent)
           
static Workspace Workspace.getWorkspace(File parent, String bndDir)
           
static Workspace Workspace.getWorkspace(String path)
           
static Workspace Workspace.getWorkspaceWithoutException(File parent)
           
 Workspace Workspace.setOffline(boolean on)
           
 

Constructors in aQute.bnd.build with parameters of type Workspace
Project(Workspace workspace, File buildDir)
           
Project(Workspace workspace, File projectDir, File buildFile)
           
Run(Workspace workspace, File projectDir, File propertiesFile)
           
WorkspaceRepository(Workspace workspace)
           
 

Uses of Workspace in aQute.bnd.plugin.eclipse
 

Methods in aQute.bnd.plugin.eclipse with parameters of type Workspace
 void EclipsePlugin.init(Workspace ws)
           
 

Uses of Workspace in aQute.bnd.service.extension
 

Methods in aQute.bnd.service.extension with parameters of type Workspace
 List<?> ExtensionActivator.activate(Workspace workspace, Map<String,String> attrs)
           
 

Uses of Workspace in aQute.bnd.service.lifecycle
 

Methods in aQute.bnd.service.lifecycle with parameters of type Workspace
 void LifeCyclePlugin.addedPlugin(Workspace workspace, String name, String alias, Map<String,String> parameters)
           
 void LifeCyclePlugin.init(Workspace ws)
          Called when the plugin is setup.
 void LifeCyclePlugin.removedPlugin(Workspace workspace, String alias)
           
 



Copyright © 2014 aQute SARL. All rights reserved.