public class TemplateLister
extends java.lang.Object
Constructor and Description |
---|
TemplateLister() |
Modifier and Type | Method and Description |
---|---|
static void |
generateCode(Section template,
java.lang.Appendable out)
Generates a java "skeleton" from a given Template.
|
static void |
list(Section template,
java.lang.Appendable out)
Prints out the tags in the template, in order, indented according to what sections they are nested in.
|
static void |
main(java.lang.String[] args)
Provides command-line functionality.
|
public static void list(Section template, java.lang.Appendable out) throws java.lang.Exception
java.lang.Exception
public static void generateCode(Section template, java.lang.Appendable out) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception