xbn.output
Class OSysDotOut

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.output.Outputter
              |
              +--xbn.output.OSysDotOut

public class OSysDotOut
extends Outputter

An Outputter where the OWriter is an OWSysDotOut. See OWriter and OWSysDotOut.

Source code:  OSysDotOut.java.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
OSysDotOut()
          Create a OSysDotOut.
OSysDotOut(String s_indent)
          Create a OSysDotOut.
 
Methods inherited from class xbn.output.Outputter
actuallyWriteLine, getOConfig, getOWriter, isOn, newln, setOConfig, setOWriter, toString, write, write, writeNoln, writeNoln
 
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

OSysDotOut

public OSysDotOut()

Create a OSysDotOut.

Equal to OSysDotOut(null)


OSysDotOut

public OSysDotOut(String s_indent)

Create a OSysDotOut.

Equal to Outputter((new OWSysDotOut()), (new OConfig((new MFPlain(s_indent)), 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