|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.acm.seguin.pretty.PrettyPrintFile
org.acm.seguin.pretty.PrettyPrintString
public abstract class PrettyPrintString
Pretty prints the string
| Constructor Summary | |
|---|---|
PrettyPrintString()
Create an PrettyPrintString object |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getOutputBuffer()
Get the output buffer |
protected java.io.Writer |
getWriter(java.io.File file)
Create the output stream |
protected void |
resetOutputBuffer()
Reset the output buffer |
protected void |
setInputString(java.lang.String input)
Sets the input string to be pretty printed |
| Methods inherited from class org.acm.seguin.pretty.PrettyPrintFile |
|---|
apply, apply, getParserFactory, getPrintData, isApplicable, postApply, setAsk, setParserFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrettyPrintString()
| Method Detail |
|---|
protected void setInputString(java.lang.String input)
input - the input bufferprotected java.lang.String getOutputBuffer()
protected java.io.Writer getWriter(java.io.File file)
getWriter in class PrettyPrintFilefile - the name of the file
protected void resetOutputBuffer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||