public class PlainCodeGen extends TemplatedCodeGen implements CodeGen
| Modifier and Type | Class and Description |
|---|---|
private static class |
PlainCodeGen.Resources |
| Modifier and Type | Field and Description |
|---|---|
private OptionMap |
m_options |
private OutputOption |
m_outputOption |
static java.lang.String |
TEMPLATE_URI |
| Constructor and Description |
|---|
PlainCodeGen() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateOutput(Document doc) |
OptionMap |
getOptions() |
getTemplate, setuppublic static final java.lang.String TEMPLATE_URI
private final OutputOption m_outputOption
private final OptionMap m_options
public void generateOutput(Document doc) throws java.lang.Exception
generateOutput in interface CodeGenjava.lang.Exceptionpublic OptionMap getOptions()
getOptions in interface CodeGen