xbn.output
Class MFPlain

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.output.MsgFormat
              |
              +--xbn.output.MFPlain

public class MFPlain
extends MsgFormat

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

MFPlain

public MFPlain()

Create a MFPlain.

Equal to MsgFormat()


MFPlain

public MFPlain(String s_indent)

Create a MFPlain.

Equal to MsgFormat(s_indent)

Method Detail

getFormatted

public String getFormatted(boolean b_useIndent,
                           String s_message)

Get the message without any formatting.

Overrides:
getFormatted in class MsgFormat
Returns:
s_message If either b_useIndent or hasIndent equal false.
getIndent() + s_message If both b_useIndent and hasIndent equal true.



Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo