|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.common.impl.StringPosterStringBuffer
public class StringPosterStringBuffer
Postable implementation for printing to a StringBuffer. It will automatically instantiate the buffer on contruction. There is no way to reintialize it. It will just continue to add until disposed.
Each post will be seperated with a CR/LF sequence.
EPG - Initial - 16Mar04| Constructor Summary | |
|---|---|
StringPosterStringBuffer()
Constructor. |
|
| Method Summary | |
|---|---|
void |
flush()
Try to flush. |
void |
post(java.lang.String message)
Post as a message. |
void |
postit(java.lang.String message)
Post as a message. |
java.lang.String |
toString()
Return the contents of this StringBuffer as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringPosterStringBuffer()
| Method Detail |
|---|
public void post(java.lang.String message)
throws ThingsException
post in interface StringPostermessage - String to post
ThingsExceptionpublic void postit(java.lang.String message)
postit in interface StringPostermessage - String to postpublic java.lang.String toString()
toString in class java.lang.Objectpublic void flush()
flush in interface StringPoster
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||