com.redstarhackers.craftsman.taskdefs
Class CopyModuleResourcesTask

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

public class CopyModuleResourcesTask
extends ModuleOrientedTask

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

Version:
$Revision: 227 $
Author:
$Author: kostya $

Constructor Summary
CopyModuleResourcesTask()
           
 
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

CopyModuleResourcesTask

public CopyModuleResourcesTask()
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)