org.stringtemplate.v4
Class NoIndentWriter
java.lang.Object
org.stringtemplate.v4.AutoIndentWriter
org.stringtemplate.v4.NoIndentWriter
- All Implemented Interfaces:
- STWriter
public class NoIndentWriter
- extends AutoIndentWriter
Just pass through the text
|
Method Summary |
int |
write(String str)
Write out a string literal or attribute expression or expression element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoIndentWriter
public NoIndentWriter(Writer out)
write
public int write(String str)
throws IOException
- Description copied from class:
AutoIndentWriter
- Write out a string literal or attribute expression or expression element.
- Specified by:
write in interface STWriter- Overrides:
write in class AutoIndentWriter
- Throws:
IOException
Copyright © 2011. All Rights Reserved.