Uses of Class
aQute.bnd.build.Project

Packages that use Project
aQute.bnd.build   
aQute.bnd.build.model   
aQute.bnd.maven   
aQute.bnd.plugin.ant   
aQute.bnd.plugin.eclipse   
aQute.bnd.plugin.git   
aQute.bnd.plugin.maven   
aQute.bnd.service   
aQute.bnd.service.action   
aQute.bnd.service.lifecycle   
 

Uses of Project in aQute.bnd.build
 

Subclasses of Project in aQute.bnd.build
 class Run
           
 

Methods in aQute.bnd.build that return Project
 Project Workspace.createProject(String name)
          Create a project in this workspace
 Project ProjectTester.getProject()
           
 Project ProjectLauncher.getProject()
           
 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.getAllProjects()
           
 Collection<Project> Workspace.getBuildOrder()
           
 Collection<Project> Workspace.getCurrentProjects()
           
 Collection<Project> Project.getDependson()
           
 

Methods in aQute.bnd.build with parameters of type Project
 void ScriptAction.execute(Project project, Object... args)
           
 void ReflectAction.execute(Project project, Object... args)
           
 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)
           
JUnitLauncher(Project project)
           
ProjectBuilder(Project project)
           
ProjectLauncher(Project project)
           
ProjectTester(Project project)
           
 

Uses of Project in aQute.bnd.build.model
 

Methods in aQute.bnd.build.model that return Project
 Project BndEditModel.getProject()
           
 

Methods in aQute.bnd.build.model with parameters of type Project
 void BndEditModel.setProject(Project project)
           
 

Uses of Project in aQute.bnd.maven
 

Methods in aQute.bnd.maven with parameters of type Project
 boolean MavenDeployCmd.deploy(Project project, Jar original)
           
 boolean MavenDeploy.deploy(Project project, String jarName, InputStream jarStream)
           
 

Uses of Project in aQute.bnd.plugin.ant
 

Methods in aQute.bnd.plugin.ant with parameters of type Project
 void AntPlugin.created(Project p)
           
 

Uses of Project in aQute.bnd.plugin.eclipse
 

Methods in aQute.bnd.plugin.eclipse with parameters of type Project
 void EclipsePlugin.created(Project p)
           
 

Uses of Project in aQute.bnd.plugin.git
 

Methods in aQute.bnd.plugin.git with parameters of type Project
 void GitPlugin.created(Project p)
           
 

Uses of Project in aQute.bnd.plugin.maven
 

Methods in aQute.bnd.plugin.maven with parameters of type Project
 void MavenPlugin.created(Project p)
           
 void MavenPlugin.delete(Project p)
           
 

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)
           
 void CommandPlugin.after(Project project, String command, Throwable outcome)
          Is run after a command is executed.
 void CommandPlugin.before(Project project, String command)
          Is run before a command is executed.
 boolean Compiler.compile(Project project, Collection<File> sources, Collection<Container> buildpath, File bin)
           
 boolean Deploy.deploy(Project project, String jarName, InputStream jarStream)
           
 ProjectLauncher LauncherPlugin.getLauncher(Project project)
           
 ProjectTester LauncherPlugin.getTester(Project project)
           
 

Uses of Project in aQute.bnd.service.action
 

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

Uses of Project in aQute.bnd.service.lifecycle
 

Methods in aQute.bnd.service.lifecycle with parameters of type Project
 void LifeCyclePlugin.close(Project project)
           
 void LifeCyclePlugin.created(Project project)
           
 void LifeCyclePlugin.delete(Project project)
           
 void LifeCyclePlugin.opened(Project project)
           
 



Copyright © 2014 aQute SARL. All rights reserved.