Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.concurrent | |
aQute.bnd.maven | |
aQute.bnd.service | |
aQute.bnd.service.action |
Modifier and Type | Method and Description |
---|---|
Project |
ProjectTester.getProject() |
Project |
Container.getProject() |
Project |
ProjectBuilder.getProject() |
Project |
ProjectLauncher.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) |
Modifier and Type | Method and Description |
---|---|
Collection<Project> |
Workspace.getAllProjects() |
Collection<Project> |
Workspace.getCurrentProjects() |
Collection<Project> |
Project.getDependson() |
Modifier and Type | Method and Description |
---|---|
void |
ReflectAction.execute(Project project,
String action) |
void |
ScriptAction.execute(Project project,
String action) |
Constructor and Description |
---|
Container(Project project,
File file) |
ProjectBuilder(Project project) |
ProjectLauncher(Project project) |
ProjectTester(Project project) |
Modifier and Type | Method and Description |
---|---|
File[] |
MultiBuilder.build(Project p)
Return the build result of a project.
|
void |
MultiBuilder.changed(Project p)
Indicate that the project has changed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MavenDeployCmd.deploy(Project project,
Jar original) |
boolean |
MavenDeploy.deploy(Project project,
Jar original) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Action.execute(Project project,
String action) |
Copyright © 2017 aQute SARL. All Rights Reserved.