public abstract class AbstractHomeTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
AbstractHomeTask()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute()
Execute
|
String |
getHome()
Get the home directory
|
void |
setHome(String v)
Set the home directory
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic String getHome()
public void setHome(String v)
v - The valuepublic abstract void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - If the build failsCopyright © 2021 JBoss by Red Hat. All rights reserved.