public abstract class AbstractMonitAntTask
extends org.apache.tools.ant.Task
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
failOnError
Fail on error
|
| Constructor and Description |
|---|
AbstractMonitAntTask() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doTask()
Do the task job
|
void |
execute() |
boolean |
isFailOnError() |
void |
setFailOnError(boolean failOnError) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic final void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic boolean isFailOnError()
public void setFailOnError(boolean failOnError)
failOnError - the failOnError to setCopyright © 2005-2015 Linagora. All Rights Reserved.