com.redstarhackers.craftsman.taskdefs
Class CopyJ2eeAppResourcesTask

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

public class CopyJ2eeAppResourcesTask
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: 122 $
Author:
$Author: kostya $

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

CopyJ2eeAppResourcesTask

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