com.redstarhackers.craftsman.taskdefs
Class BuildModuleDependencyTask

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

public class BuildModuleDependencyTask
extends ModuleOrientedTask

A task which takes care of building module dependencies (that is, other modules that a module might depend on).

Version:
$Revision: 356 $
Author:
$Author: kostya $

Constructor Summary
BuildModuleDependencyTask()
           
 
Method Summary
 void execute()
           
 void init()
           
 
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

BuildModuleDependencyTask

public BuildModuleDependencyTask()
Method Detail

init

public void init()
Overrides:
init in class ModuleOrientedTask

execute

public void execute()