Modifier and Type | Class and Description |
---|---|
class |
Run |
Modifier and Type | Method and Description |
---|---|
Project |
Workspace.createProject(String name)
Create a project in this workspace
|
Project |
Container.getProject() |
Project |
ProjectLauncher.getProject() |
Project |
ProjectTester.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) |
Modifier and Type | Method and Description |
---|---|
Collection<Project> |
Workspace.getAllProjects() |
Collection<Project> |
Workspace.getBuildOrder() |
Collection<Project> |
Workspace.getCurrentProjects() |
Collection<Project> |
Project.getDependson() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
Container(Project project,
File file) |
JUnitLauncher(Project project) |
ProjectBuilder(Project project) |
ProjectLauncher(Project project) |
ProjectTester(Project project) |
Modifier and Type | Method and Description |
---|---|
Project |
BndEditModel.getProject() |
Modifier and Type | Method and Description |
---|---|
void |
BndEditModel.setProject(Project project) |
Modifier and Type | Method and Description |
---|---|
Project |
bnd.getProject() |
Project |
bnd.getProject(String where) |
Modifier and Type | Method and Description |
---|---|
Messages.ERROR |
BndMessages.ForProject_File_FailedToCreateExecutableException_(Project project,
String path,
Exception e) |
Messages.ERROR |
BndMessages.NoCommandForProject(Project p) |
Messages.ERROR |
BndMessages.Project_RunFailed_(Project project,
Exception e) |
Modifier and Type | Method and Description |
---|---|
boolean |
MavenDeployCmd.deploy(Project project,
Jar original) |
boolean |
MavenDeploy.deploy(Project project,
String jarName,
InputStream jarStream) |
Modifier and Type | Method and Description |
---|---|
void |
AntPlugin.created(Project p) |
Modifier and Type | Method and Description |
---|---|
void |
EclipsePlugin.created(Project p) |
Modifier and Type | Method and Description |
---|---|
void |
GitPlugin.created(Project p) |
Modifier and Type | Method and Description |
---|---|
void |
MavenPlugin.created(Project p) |
void |
MavenPlugin.delete(Project p) |
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,
String jarName,
InputStream jarStream) |
ProjectLauncher |
LauncherPlugin.getLauncher(Project project) |
ProjectTester |
LauncherPlugin.getTester(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
Action.execute(Project project,
Object... args) |
void |
Action.execute(Project project,
String action) |
Modifier and Type | Method and Description |
---|---|
void |
LifeCyclePlugin.close(Project project) |
void |
LifeCyclePlugin.created(Project project) |
void |
LifeCyclePlugin.delete(Project project) |
void |
LifeCyclePlugin.opened(Project project) |
Copyright © 2015 aQute SARL. All rights reserved.