| Modifier and Type | Class | Description |
|---|---|---|
class |
Run |
| Modifier and Type | Method | Description |
|---|---|---|
Project |
Workspace.createProject(java.lang.String name) |
Create a project in this workspace
|
Project |
Container.getProject() |
|
Project |
ProjectBuilder.getProject() |
|
Project |
ProjectLauncher.getProject() |
|
Project |
ProjectTester.getProject() |
|
static Project |
Workspace.getProject(java.io.File projectDir) |
This static method finds the workspace and creates a project (or returns
an existing project)
|
Project |
Workspace.getProject(java.lang.String bsn) |
|
Project |
Workspace.getProjectFromFile(java.io.File projectDir) |
|
static Project |
Project.getUnparented(java.io.File propertiesFile) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<Project> |
Workspace.getAllProjects() |
|
java.util.Collection<Project> |
Workspace.getBuildOrder() |
|
java.util.Collection<Project> |
Workspace.getCurrentProjects() |
|
java.util.Collection<Project> |
Project.getDependson() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ReflectAction.execute(Project project,
java.lang.Object... args) |
|
void |
ReflectAction.execute(Project project,
java.lang.String action) |
|
void |
ScriptAction.execute(Project project,
java.lang.Object... args) |
|
void |
ScriptAction.execute(Project project,
java.lang.String action) |
| Constructor | Description |
|---|---|
Container(Project project,
java.io.File file) |
|
Container(Project project,
java.io.File file,
java.util.Map<java.lang.String,java.lang.String> attributes) |
|
JUnitLauncher(Project project) |
|
ProjectBuilder(Project project) |
|
ProjectLauncher(Project project) |
|
ProjectTester(Project project) |
| Modifier and Type | Method | Description |
|---|---|---|
Project |
BndEditModel.getProject() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BndEditModel.setProject(Project project) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map.Entry<java.lang.String,Resource> |
SubsystemExporter.export(java.lang.String type,
Project project,
java.util.Map<java.lang.String,java.lang.String> options) |
| Modifier and Type | Field | Description |
|---|---|---|
Project |
JUnitFramework.project |
| Modifier and Type | Method | Description |
|---|---|---|
Project |
JUnitFramework.getProject() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
MavenDeploy.deploy(Project project,
java.lang.String jarName,
java.io.InputStream jarStream) |
|
boolean |
MavenDeployCmd.deploy(Project project,
Jar original) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AntPlugin.created(Project p) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EclipsePlugin.created(Project p) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
GitPlugin.created(Project p) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MavenPlugin.created(Project p) |
|
void |
MavenPlugin.delete(Project p) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DependencyContributor.addDependencies(Project project,
java.util.Set<java.lang.String> dependencies) |
|
void |
CommandPlugin.after(Project project,
java.lang.String command,
java.lang.Throwable outcome) |
Is run after a command is executed.
|
void |
CommandPlugin.before(Project project,
java.lang.String command) |
Is run before a command is executed.
|
boolean |
Compiler.compile(Project project,
java.util.Collection<java.io.File> sources,
java.util.Collection<Container> buildpath,
java.io.File bin) |
|
boolean |
Deploy.deploy(Project project,
java.lang.String jarName,
java.io.InputStream jarStream) |
|
ProjectLauncher |
LauncherPlugin.getLauncher(Project project) |
|
ProjectTester |
LauncherPlugin.getTester(Project project) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Action.execute(Project project,
java.lang.Object... args) |
|
void |
Action.execute(Project project,
java.lang.String action) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map.Entry<java.lang.String,Resource> |
Exporter.export(java.lang.String type,
Project project,
java.util.Map<java.lang.String,java.lang.String> options) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
LifeCyclePlugin.close(Project project) |
|
void |
LifeCyclePlugin.created(Project project) |
|
void |
LifeCyclePlugin.delete(Project project) |
|
void |
LifeCyclePlugin.opened(Project project) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ReleaseBracketingPlugin.begin(Project project) |
Indicate that a release cycle is about to start.
|
void |
ReleaseBracketingPlugin.end(Project p) |
Indicate that a release cycle has ended
|