com.redstarhackers.craftsman.taskdefs
Class ForkedAntTask

java.lang.Object
  extended by Task
      extended by com.redstarhackers.craftsman.taskdefs.ForkedAntTask

public class ForkedAntTask
extends Task

TODO Class summary sentence. Class documentation.

Version:
$Revision: 163 $
Author:
$Author: kostya $

Constructor Summary
ForkedAntTask()
           
 
Method Summary
 void execute()
           
 java.io.File getDir()
           
 java.lang.String getTarget()
           
 boolean isFailonerror()
           
 void setDir(java.io.File dir)
           
 void setFailonerror(boolean failonerror)
           
 void setTarget(java.lang.String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForkedAntTask

public ForkedAntTask()
Method Detail

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.