com.redstarhackers.craftsman.taskdefs
Class VerifySourceTask

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

public class VerifySourceTask
extends ModuleOrientedTask

Task for executing checkstyle within the craftsman module building life-cycle.

Version:
$Revision: 533 $
Author:
$Author: kostya $

Constructor Summary
VerifySourceTask()
          Default constructor.
 
Method Summary
 void execute()
           
 java.io.File getFromDir()
           
 java.io.File getToDir()
           
 void init()
           
 boolean isFlatten()
           
 boolean isVerbose()
           
 void setFlatten(boolean val)
           
 void setFromDir(java.io.File file)
           
 void setToDir(java.io.File file)
           
 void setVerbose(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

VerifySourceTask

public VerifySourceTask()
Default constructor.

Method Detail

init

public void init()
Overrides:
init in class ModuleOrientedTask

execute

public void execute()

getFromDir

public java.io.File getFromDir()

setFromDir

public void setFromDir(java.io.File file)

getToDir

public java.io.File getToDir()

setToDir

public void setToDir(java.io.File file)

isFlatten

public boolean isFlatten()

setFlatten

public void setFlatten(boolean val)

isVerbose

public boolean isVerbose()

setVerbose

public void setVerbose(boolean val)