com.redstarhackers.craftsman.file
Class CraftsmanFileElementSection
java.lang.Object
com.redstarhackers.craftsman.file.CraftsmanFileElementSection
- Direct Known Subclasses:
- CraftsmanFileBundleSection, CraftsmanFileModuleSection
public abstract class CraftsmanFileElementSection
- extends java.lang.Object
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 3070 $
- Author:
- $Author: kostya $
|
Field Summary |
static java.lang.String |
TAB
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAB
public static final java.lang.String TAB
- See Also:
- Constant Field Values
CraftsmanFileElementSection
public CraftsmanFileElementSection()
getLastTarget
public java.lang.String getLastTarget()
chainTo
public void chainTo(CraftsmanFileElementSection previous)
writeOutElementSection
public void writeOutElementSection(java.io.PrintWriter out,
Module module)
setLastTarget
protected void setLastTarget(java.lang.String val)
writeOutThisElementSection
protected abstract void writeOutThisElementSection(java.io.PrintWriter out,
Module module,
java.lang.String previousTarget)