public class ProjectBuildOrderTask extends BaseTask
Reporter.SetLocation
Report.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 |
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, warning
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public 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 nameCopyright © 2015 aQute SARL. All rights reserved.