com.redstarhackers.craftsman.file
Class CraftsmanFileModuleSection

java.lang.Object
  extended by com.redstarhackers.craftsman.file.CraftsmanFileElementSection
      extended by com.redstarhackers.craftsman.file.CraftsmanFileModuleSection
Direct Known Subclasses:
BuildModuleModuleSection, BuildTestModuleSection, BuildWebSiteModuleSection, CleanModuleSection, CleanWebSiteModuleSection, DistModuleSection, DistWebSiteModuleSection, DocModuleSection, DocWebSiteModuleSection, FooterModuleSection, FooterWebSiteModuleSection, HeaderModuleSection, HeaderWebSiteModuleSection, PackageModuleSection, PackageWebSiteModuleSection, PrepModuleSection, PrepWebSiteModuleSection, SourceVerificationModuleSection, TestModuleSection, WebSiteVerificationModuleSection

public abstract class CraftsmanFileModuleSection
extends CraftsmanFileElementSection

TODO Class summary sentence. Class documentation.

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

Field Summary
static java.lang.String IMPL_PROPERTY_BASE
           
static java.lang.String TAB
           
 
Constructor Summary
CraftsmanFileModuleSection()
           
 
Method Summary
 
Methods inherited from class com.redstarhackers.craftsman.file.CraftsmanFileElementSection
chainTo, getLastTarget, setLastTarget, writeOutElementSection, writeOutThisElementSection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPL_PROPERTY_BASE

public static final java.lang.String IMPL_PROPERTY_BASE
See Also:
Constant Field Values

TAB

public static final java.lang.String TAB
See Also:
Constant Field Values
Constructor Detail

CraftsmanFileModuleSection

public CraftsmanFileModuleSection()