com.redstarhackers.craftsman.file
Class CleanModuleBundleSection

java.lang.Object
  extended by com.redstarhackers.craftsman.file.CraftsmanFileElementSection
      extended by com.redstarhackers.craftsman.file.CraftsmanFileBundleSection
          extended by com.redstarhackers.craftsman.file.CleanModuleBundleSection

public class CleanModuleBundleSection
extends CraftsmanFileBundleSection

TODO Class summary sentence. Class documentation.

Version:
$Revision: 164 $
Author:
$Author: kostya $

Field Summary
 
Fields inherited from class com.redstarhackers.craftsman.file.CraftsmanFileBundleSection
IMPL_PROPERTY_BASE
 
Fields inherited from class com.redstarhackers.craftsman.file.CraftsmanFileElementSection
TAB
 
Constructor Summary
CleanModuleBundleSection()
           
 
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

CleanModuleBundleSection

public CleanModuleBundleSection()
Method Detail

writeOutThisElementSection

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