com.redstarhackers.craftsman.taskdefs
Class CopyTestResourcesTask

java.lang.Object
  extended by Task
      extended by com.redstarhackers.craftsman.taskdefs.ModuleOrientedTask
          extended by com.redstarhackers.craftsman.taskdefs.CopyTestResourcesTask

public class CopyTestResourcesTask
extends ModuleOrientedTask

Copy the resources for the module's unit tests (i.e. the test directory) to the build test destination. This task will copy all the resources and the module information files (using a module filter for the later).

Version:
$Revision: 74 $
Author:
$Author: kostya $

Constructor Summary
CopyTestResourcesTask()
           
 
Method Summary
 void execute()
           
 void init()
           
 boolean isCleanFirst()
           
 void setCleanFirst(boolean val)
           
 
Methods inherited from class com.redstarhackers.craftsman.taskdefs.ModuleOrientedTask
getModule, getModuleBuildVersion, getModuleId, getModuleProperty, getModuleProperty, getSetting, getSetting, isModulePropertySet, setModuleId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyTestResourcesTask

public CopyTestResourcesTask()
Method Detail

init

public void init()
Overrides:
init in class ModuleOrientedTask

execute

public void execute()

isCleanFirst

public boolean isCleanFirst()

setCleanFirst

public void setCleanFirst(boolean val)