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, 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 java.io.File getBndRootFile()
public void setBndRootFile(java.io.File bndRootFile)
protected void doBeforeExecute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
protected abstract void doExecute() throws java.lang.Exception
java.lang.Exception