Modifier and Type | Method and Description |
---|---|
private void |
PrepareTask.checkForTesting(Project project,
java.util.Properties properties) |
private void |
TestTask.executeProject(Project project) |
Modifier and Type | Class and Description |
---|---|
class |
Run |
Modifier and Type | Field and Description |
---|---|
private Project |
Container.project |
(package private) Project |
JUnitLauncher.project |
private Project |
PackageInfo.project |
(package private) Project |
ProjectBuilder.project |
private Project |
ProjectLauncher.project |
private Project |
ProjectTester.project |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Project> |
Project.dependson |
(package private) java.util.Map<java.lang.String,Project> |
Workspace.models |
(package private) java.util.Set<Project> |
Workspace.trail |
Modifier and Type | Method and 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 and 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 and Description |
---|---|
(package private) void |
Project.after(Project p,
java.lang.String a,
java.lang.Throwable t)
Run all after command plugins
|
(package private) void |
Project.before(Project p,
java.lang.String a)
Run all before command plugins
|
void |
ReflectAction.execute(Project project,
java.lang.Object... args) |
void |
ScriptAction.execute(Project project,
java.lang.Object... args) |
void |
ReflectAction.execute(Project project,
java.lang.String action) |
void |
ScriptAction.execute(Project project,
java.lang.String action) |
(package private) void |
Workspace.removeProject(Project p) |
Modifier and Type | Method and Description |
---|---|
private void |
Project.doPath(java.util.Collection<Container> resultpath,
java.util.Collection<Project> projects,
java.util.Collection<Container> entries,
java.util.Collection<Container> bootclasspath,
boolean noproject,
java.lang.String name)
Iterate over the entries and place the projects on the projects list and
all the files of the entries on the resultpath.
|
private void |
Workspace.getBuildOrder(java.util.Collection<Project> dependsOn,
java.util.List<Project> result) |
private void |
Workspace.getBuildOrder(java.util.Collection<Project> dependsOn,
java.util.List<Project> result) |
(package private) boolean |
Project.isStale(java.util.Set<Project> visited) |
private java.util.Collection<?> |
Project.toFiles(java.util.Collection<Project> projects) |
private void |
Project.traverse(java.util.Collection<Project> dependencies,
java.util.Set<Project> visited) |
private void |
Project.traverse(java.util.Collection<Project> dependencies,
java.util.Set<Project> visited) |
Constructor and 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) |
Container(Project project,
java.lang.String bsn,
java.lang.String version,
Container.TYPE type,
java.io.File source,
java.lang.String error,
java.util.Map<java.lang.String,java.lang.String> attributes,
DownloadBlocker db) |
JUnitLauncher(Project project) |
PackageInfo(Project project) |
ProjectBuilder(Project project) |
ProjectLauncher(Project project) |
ProjectTester(Project project) |
Modifier and Type | Field and Description |
---|---|
private Project |
BndEditModel.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 |
---|---|
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) |
private void |
SubsystemExporter.headers(Project project,
java.util.jar.Attributes application) |
Modifier and Type | Field and Description |
---|---|
Project |
JUnitFramework.project |
Modifier and Type | Method and Description |
---|---|
Project |
JUnitFramework.getProject() |
Modifier and Type | Method and Description |
---|---|
Project |
bnd.getProject() |
Project |
bnd.getProject(java.lang.String where) |
Modifier and Type | Method and Description |
---|---|
void |
bnd.PerProject.doit(Project p) |
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) |
Messages.ERROR |
BndMessages.ForProject_File_FailedToCreateExecutableException_(Project project,
java.lang.String path,
java.lang.Exception e) |
private void |
SubsystemExporter.headers(Project project,
java.util.jar.Attributes application) |
Messages.ERROR |
BndMessages.NoCommandForProject(Project p) |
Messages.ERROR |
BndMessages.Project_RunFailed_(Project project,
java.lang.Exception e) |
private boolean |
bnd.verifyDependencies(Project project,
boolean implies,
boolean test) |
Modifier and Type | Method and Description |
---|---|
boolean |
MavenDeployCmd.deploy(Project project,
Jar original) |
boolean |
MavenDeploy.deploy(Project project,
java.lang.String jarName,
java.io.InputStream jarStream) |
private Jar |
MavenDeploy.javadoc(java.io.File tmp,
Project b,
java.util.Set<java.lang.String> exports) |
private Jar |
MavenDeployCmd.javadoc(java.io.File tmp,
Project b,
java.util.Set<java.lang.String> exports) |
private void |
MavenDeploy.maven_gpg_sign_and_deploy(Project b,
java.io.File file,
java.lang.String classifier,
java.io.File pomFile) |
private void |
MavenDeployCmd.maven_gpg_sign_and_deploy(Project b,
java.io.File file,
java.lang.String classifier,
java.io.File pomFile) |
Modifier and Type | Method and Description |
---|---|
void |
AntPlugin.created(Project p) |
Modifier and Type | Method and Description |
---|---|
private void |
EclipsePlugin.copy(java.lang.String source,
java.lang.String dest,
Project p) |
void |
EclipsePlugin.created(Project p) |
Modifier and Type | Method and Description |
---|---|
void |
GitPlugin.created(Project p) |
Modifier and Type | Method and Description |
---|---|
private void |
MavenPlugin.copy(java.lang.String source,
java.lang.String dest,
Project p) |
void |
MavenPlugin.created(Project p) |
void |
MavenPlugin.delete(Project p) |
private void |
MavenPlugin.doRoot(Project p,
java.io.File root) |
private java.lang.String |
MavenPlugin.getTag(Project p) |
Modifier and Type | Method and 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 and Description |
---|---|
void |
Action.execute(Project project,
java.lang.Object... args) |
void |
Action.execute(Project project,
java.lang.String action) |
Modifier and Type | Method and 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 and 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 and 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
|