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, setup
public 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 CodeGen
java.lang.Exception
public OptionMap getOptions()
getOptions
in interface CodeGen