public abstract class BaseBndTask
extends aQute.bnd.ant.BndTask
| 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() |
protected java.lang.String |
getBndDirName() |
aQute.bnd.build.Project |
getBndProject() |
java.io.File |
getBndRootFile() |
void |
setBndRootFile(java.io.File bndRootFile) |
addBndfiles, addClasspath, setBasedir, setBndfilePath, setClasspath, setClasspathref, setCommand, setDestFile, setEclipse, setFailok, setFiles, setInherit, setOutput, setSourcepath, setTestDir, validateaddProperty, 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 aQute.bnd.ant.BndTaskorg.apache.tools.ant.BuildExceptionpublic aQute.bnd.build.Project getBndProject()
throws java.lang.Exception
java.lang.Exceptionpublic java.io.File getBndRootFile()
public void setBndRootFile(java.io.File bndRootFile)
protected void doBeforeExecute()
throws java.lang.Exception
java.lang.Exceptionprotected abstract void doExecute()
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getBndDirName()