com.redstarhackers.craftsman.taskdefs
Class ModuleDefTask

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

Deprecated. Use CraftsmanDefTask instead.

public class ModuleDefTask
extends Task

Task for taking module definitions and instantiating them into the project memory space. Modules are defined within the module definition task's element; these modules are then initialized and registered in the Project's references table. If the craftsman file needs to be generated (or re-generated), this task will also do that.

Version:
$Revision: 478 $
Author:
$Author: kostya $

Constructor Summary
ModuleDefTask()
          Deprecated. Default constructor.
 
Method Summary
 void addConfiguredModule(Module module)
          Deprecated.  
 void addModule(Module module)
          Deprecated.  
 Bundle createBundle()
          Deprecated.  
 void execute()
          Deprecated.  
 void init()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleDefTask

public ModuleDefTask()
Deprecated. 
Default constructor.

Method Detail

init

public void init()
Deprecated. 

execute

public void execute()
Deprecated. 

addModule

public void addModule(Module module)
Deprecated. 

addConfiguredModule

public void addConfiguredModule(Module module)
Deprecated. 

createBundle

public Bundle createBundle()
Deprecated.