|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task aQute.bnd.ant.BaseTask aQute.bnd.ant.BndTask com.liferay.util.ant.bnd.BaseBndTask
public abstract class BaseBndTask
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface aQute.service.reporter.Reporter |
---|
aQute.service.reporter.Reporter.SetLocation |
Nested classes/interfaces inherited from interface aQute.service.reporter.Report |
---|
aQute.service.reporter.Report.Location |
Field Summary | |
---|---|
protected org.apache.tools.ant.Project |
project
|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location |
Constructor Summary | |
---|---|
BaseBndTask()
|
Method Summary | |
---|---|
protected void |
doBeforeExecute()
|
protected abstract void |
doExecute()
|
void |
execute()
|
protected String |
getBndDirName()
|
aQute.bnd.build.Project |
getBndProject()
|
File |
getBndRootFile()
|
void |
setBndRootFile(File bndRootFile)
|
Methods inherited from class aQute.bnd.ant.BndTask |
---|
addBndfiles, addClasspath, setBasedir, setBndfilePath, setClasspath, setClasspathref, setCommand, setDestFile, setEclipse, setFailok, setFiles, setInherit, setOutput, setSourcepath, setTestDir, validate |
Methods inherited from class aQute.bnd.ant.BaseTask |
---|
addProperty, addWsproperty, error, exception, getErrors, getFile, getLocation, getWarnings, isExceptions, isOk, isPedantic, isTrace, join, progress, report, report, setExceptions, setPedantic, setTrace, split, trace, warning |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.apache.tools.ant.Project project
Constructor Detail |
---|
public BaseBndTask()
Method Detail |
---|
public void execute() throws org.apache.tools.ant.BuildException
execute
in class aQute.bnd.ant.BndTask
org.apache.tools.ant.BuildException
public aQute.bnd.build.Project getBndProject() throws Exception
Exception
public File getBndRootFile()
public void setBndRootFile(File bndRootFile)
protected void doBeforeExecute() throws Exception
Exception
protected abstract void doExecute() throws Exception
Exception
protected String getBndDirName()
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |