Uses of Class
aQute.bnd.build.Project

Packages that use Project
aQute.bnd.build   
aQute.bnd.classpath   
aQute.bnd.main   
aQute.bnd.plugin   
aQute.bnd.service   
aQute.bnd.service.action   
aQute.bnd.test   
 

Uses of Project in aQute.bnd.build
 

Methods in aQute.bnd.build that return Project
 Project ProjectBuilder.getProject()
           
 Project Container.getProject()
           
static Project Workspace.getProject(File projectDir)
          This static method finds the workspace and creates a project (or returns an existing project)
 Project Workspace.getProject(String bsn)
           
static Project Project.getUnparented(File propertiesFile)
           
 

Methods in aQute.bnd.build that return types with arguments of type Project
 Collection<Project> Workspace.getCurrentProjects()
           
 Collection<Project> Project.getDependson()
           
 

Methods in aQute.bnd.build with parameters of type Project
 void ScriptAction.execute(Project project, String action)
           
 void ReflectAction.execute(Project project, String action)
           
 

Constructors in aQute.bnd.build with parameters of type Project
Container(Project project, File file)
           
ProjectBuilder(Project project)
           
 

Uses of Project in aQute.bnd.classpath
 

Methods in aQute.bnd.classpath that return Project
 Project BndContainer.getModel()
           
 

Methods in aQute.bnd.classpath with parameters of type Project
 void ModelListener.modelChanged(Project model)
           
 void BndContainerInitializer.modelChanged(Project model)
           
 

Uses of Project in aQute.bnd.main
 

Methods in aQute.bnd.main that return Project
 Project bnd.getProject()
           
 

Uses of Project in aQute.bnd.plugin
 

Methods in aQute.bnd.plugin that return Project
 Project Central.getModel(org.eclipse.jdt.core.IJavaProject project)
           
 

Methods in aQute.bnd.plugin with parameters of type Project
 void Central.changed(Project model)
           
 void ActionWrapper.execute(Project project, String action)
           
 org.eclipse.jdt.core.IJavaProject Central.getJavaProject(Project model)
           
 void Central.refresh(Project p)
           
static org.eclipse.core.runtime.IPath Central.toPath(Project project, File file)
           
 

Uses of Project in aQute.bnd.service
 

Methods in aQute.bnd.service with parameters of type Project
 void DependencyContributor.addDependencies(Project project, Set<String> dependencies)
           
 

Uses of Project in aQute.bnd.service.action
 

Methods in aQute.bnd.service.action with parameters of type Project
 void Action.execute(Project project, String action)
           
 

Uses of Project in aQute.bnd.test
 

Constructors in aQute.bnd.test with parameters of type Project
ProjectLauncher(Project project)
           
 



Copyright © 2010 aQute SARL. All Rights Reserved.