com.redstarhackers.craftsman.file
Class DeploymentSupportFileHeaderSection

java.lang.Object
  extended by com.redstarhackers.craftsman.file.StandardFileHeaderSection
      extended by com.redstarhackers.craftsman.file.DeploymentSupportFileHeaderSection
All Implemented Interfaces:
CraftsmanFileHeaderSection

public class DeploymentSupportFileHeaderSection
extends StandardFileHeaderSection

TODO Class summary sentence. Class documentation.

Version:
$Revision: 3070 $
Author:
$Author: kostya $

Field Summary
static java.lang.String TAB
           
 
Constructor Summary
DeploymentSupportFileHeaderSection()
           
 
Method Summary
 void writeOutSection(java.io.PrintWriter out, Project project, java.util.Set modules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAB

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

DeploymentSupportFileHeaderSection

public DeploymentSupportFileHeaderSection()
Method Detail

writeOutSection

public void writeOutSection(java.io.PrintWriter out,
                            Project project,
                            java.util.Set modules)
Specified by:
writeOutSection in interface CraftsmanFileHeaderSection
Overrides:
writeOutSection in class StandardFileHeaderSection