com.redstarhackers.craftsman.taskdefs
Class ForkedAntTask
java.lang.Object
Task
com.redstarhackers.craftsman.taskdefs.ForkedAntTask
public class ForkedAntTask
- extends Task
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 163 $
- Author:
- $Author: kostya $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForkedAntTask
public ForkedAntTask()
execute
public void execute()
getDir
public java.io.File getDir()
- Returns:
- Returns the dir.
setDir
public void setDir(java.io.File dir)
- Parameters:
dir - The dir to set.
getTarget
public java.lang.String getTarget()
- Returns:
- Returns the target.
setTarget
public void setTarget(java.lang.String target)
- Parameters:
target - The target to set.
isFailonerror
public boolean isFailonerror()
- Returns:
- Returns the failonerrror.
setFailonerror
public void setFailonerror(boolean failonerror)
- Parameters:
failonerrror - The failonerrror to set.