com.redstarhackers.craftsman.taskdefs
Class CompileModuleTask

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

public class CompileModuleTask
extends JavaCompileTask

Performs the tasks for compiling a module's src according to the craftsman build llife-cycle.

Version:
$Revision: 3085 $
Author:
$Author: kostya $

Field Summary
 
Fields inherited from class com.redstarhackers.craftsman.taskdefs.JavaCompileTask
COMPILE_PROPERTY, DEBUG_PROPERTY, DEBUGLEVEL_PROPERTY, DEPRECATION_PROPERTY, FORK_PROPERTY, INITIALMEMORY_PROPERTY, LISTFILES_PROPERTY, MAXMEMORY_PROPERTY, NOWARN_PROPERTY, OPTIMIZE_PROPERTY, VERBOSE_PROPERTY, VM_SOURCE_PROPERTY, VM_TARGET_PROPERTY
 
Constructor Summary
CompileModuleTask()
          Default constructor.
 
Method Summary
 void execute()
           
 
Methods inherited from class com.redstarhackers.craftsman.taskdefs.JavaCompileTask
addBootClasspath, addBootClasspathToHead, addClasspath, addClasspathToHead, addConfiguredBootClasspath, addConfiguredClasspath, addConfiguredSrc, addSrc, getBootClasspaths, getClasspaths, getDestDir, getSourceVersion, getSrcs, getTargetVersion, init, isFailOnError, setBootClasspaths, setClasspaths, setDestDir, setFailOnError, setSourceVersion, setSrcs, setTargetVersion
 
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

CompileModuleTask

public CompileModuleTask()
Default constructor.

Method Detail

execute

public void execute()
Overrides:
execute in class JavaCompileTask