|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xbn.XBNObject | +--xbn.output.MsgFormat | +--xbn.output.MFPlain
A MsgFormat where there is no formatting.
Source code: MFPlain.java
Fields inherited from class xbn.XBNObject |
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP |
Constructor Summary | |
MFPlain()
Create a MFPlain. |
|
MFPlain(String s_indent)
Create a MFPlain. |
Method Summary | |
String |
getFormatted(boolean b_useIndent,
String s_message)
Get the message without any formatting. |
Methods inherited from class xbn.output.MsgFormat |
getIndent, hasIndent, setIndent, toString |
Methods inherited from class xbn.XBNObject |
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MFPlain()
Create a MFPlain.
Equal to MsgFormat()
public MFPlain(String s_indent)
Create a MFPlain.
Equal to MsgFormat(s_indent)
Method Detail |
public String getFormatted(boolean b_useIndent, String s_message)
Get the message without any formatting.
getFormatted
in class MsgFormat
s_message
If either b_useIndent or hasIndent equal false.
getIndent() + s_message
If both b_useIndent and hasIndent equal true.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava