|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Project | |
---|---|
aQute.bnd.build | |
aQute.bnd.concurrent | |
aQute.bnd.maven | |
aQute.bnd.service | |
aQute.bnd.service.action |
Uses of Project in aQute.bnd.build |
---|
Methods in aQute.bnd.build that return Project | |
---|---|
Project |
ProjectTester.getProject()
|
Project |
ProjectLauncher.getProject()
|
Project |
Container.getProject()
|
Project |
ProjectBuilder.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.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)
|
|
ProjectLauncher(Project project)
|
|
ProjectTester(Project project)
|
Uses of Project in aQute.bnd.concurrent |
---|
Methods in aQute.bnd.concurrent with parameters of type Project | |
---|---|
File[] |
MultiBuilder.build(Project p)
Return the build result of a project. |
void |
MultiBuilder.changed(Project p)
Indicate that the project has changed. |
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,
Jar original)
|
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,
Jar jar)
|
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,
String action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |