com.redstarhackers.craftsman.file
Class SourceVerificationModuleSection

java.lang.Object
  extended by com.redstarhackers.craftsman.file.CraftsmanFileElementSection
      extended by com.redstarhackers.craftsman.file.CraftsmanFileModuleSection
          extended by com.redstarhackers.craftsman.file.SourceVerificationModuleSection

public class SourceVerificationModuleSection
extends CraftsmanFileModuleSection

TODO Class summary sentence. Class documentation.

Version:
$Revision: 161 $
Author:
$Author: kostya $

Field Summary
 
Fields inherited from class com.redstarhackers.craftsman.file.CraftsmanFileModuleSection
IMPL_PROPERTY_BASE, TAB
 
Constructor Summary
SourceVerificationModuleSection()
           
 
Method Summary
 void writeOutThisElementSection(java.io.PrintWriter out, Module module, java.lang.String previousTarget)
           
 
Methods inherited from class com.redstarhackers.craftsman.file.CraftsmanFileElementSection
chainTo, getLastTarget, setLastTarget, writeOutElementSection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceVerificationModuleSection

public SourceVerificationModuleSection()
Method Detail

writeOutThisElementSection

public void writeOutThisElementSection(java.io.PrintWriter out,
                                       Module module,
                                       java.lang.String previousTarget)
Specified by:
writeOutThisElementSection in class CraftsmanFileElementSection