public abstract class BaseBndTask
extends aQute.bnd.ant.BaseTask
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.tools.ant.Project |
project |
| Constructor and Description |
|---|
BaseBndTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doBeforeExecute() |
protected abstract void |
doExecute() |
void |
execute() |
java.io.File |
getBndRootFile() |
void |
setBndRootFile(java.io.File bndRootFile) |
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 java.io.File getBndRootFile()
public void setBndRootFile(java.io.File bndRootFile)
protected void doBeforeExecute()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionprotected abstract void doExecute()
throws java.lang.Exception
java.lang.Exception