public class Output extends java.lang.Object implements OutputInterface
Modifier and Type | Class and Description |
---|---|
static class |
Output.Format |
Constructor and Description |
---|
Output() |
Modifier and Type | Method and Description |
---|---|
void |
output() |
void |
setCSP(CSP csp) |
void |
setFormat(Output.Format format) |
void |
setFormat(java.lang.String format) |
void |
setOut(java.io.PrintWriter out) |
public void setCSP(CSP csp)
setCSP
in interface OutputInterface
public void setOut(java.io.PrintWriter out)
setOut
in interface OutputInterface
public void setFormat(Output.Format format)
public void setFormat(java.lang.String format) throws SugarException
setFormat
in interface OutputInterface
SugarException
public void output() throws SugarException
output
in interface OutputInterface
SugarException