public abstract class AbstractBundleTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
AbstractBundleTask() |
| Modifier and Type | Method and Description |
|---|---|
BundleAntProject |
getProject()
Returns the specific
BundleAntProject object that is invoking this task. |
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic BundleAntProject getProject()
BundleAntProject object that is invoking this task.
This task can call methods on the returned project object to inform the project
of things this task is doing.getProject in class org.apache.tools.ant.ProjectComponentCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.