public class ProjectBuildOrderTask extends BaseTask
Reporter.SetLocationReport.Location| Constructor and Description |
|---|
ProjectBuildOrderTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setBndFile(String bndFileParam)
Sets a single bnd file for ProjectBuildOrderTask to acquire the build
order from.
|
void |
setDelayRunDependencies(boolean b)
Set true to ignore runbundles dependencies.
|
void |
setFullPath(boolean fullpath)
Sets whether to use project names or full absolute paths to projects in
the resultant ant property.
|
void |
setProjectDir(File projectLocation)
Sets the project directory which contains the bndFile.
|
void |
setProperty(String newProperty)
Sets the ant property that will contain the list of projects in build
order.
|
void |
setSeparator(String separator)
Sets character (or string) separator between projects in resultant ant
property.
|
void |
setWorkspaceLocation(File workspaceLocation)
Sets Bnd workspace location.
|
addProperty, addWsproperty, error, exception, getErrors, getFile, getLocation, getWarnings, isExceptions, isOk, isPedantic, isTrace, join, progress, report, report, setExceptions, setPedantic, setTrace, split, trace, warningbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void setSeparator(String separator)
separator - character (or string) separatorpublic void setWorkspaceLocation(File workspaceLocation)
workspaceLocation - Bnd workspace location.public void setFullPath(boolean fullpath)
fullpath - true for full absolete paths to project, false for
project names.public void setProjectDir(File projectLocation)
projectLocation - Bnd project directorypublic void setBndFile(String bndFileParam)
bndFileParam - bnd filepublic void setProperty(String newProperty)
newProperty - ant property namepublic void setDelayRunDependencies(boolean b)
b - true/falseCopyright © 2019 aQute SARL. All rights reserved.