dd.util
Class SwikiLineFormatter

java.lang.Object
  extended bydd.util.SwikiLineFormatter

public class SwikiLineFormatter
extends java.lang.Object


Field Summary
static int LIST
           
static int NONE
           
static int PARAGRAPH
           
static int PARSE_DISABLED
           
static int TABLE
           
 
Constructor Summary
SwikiLineFormatter(java.io.Reader input, java.io.Writer output)
           
SwikiLineFormatter(java.lang.String fileName, java.io.Writer output)
           
 
Method Summary
 void doListLine(java.lang.String aLine)
           
 void format()
           
static void main(java.lang.String[] args)
           
static void makePipe(java.io.Reader in, java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAGRAPH

public static final int PARAGRAPH
See Also:
Constant Field Values

LIST

public static final int LIST
See Also:
Constant Field Values

TABLE

public static final int TABLE
See Also:
Constant Field Values

PARSE_DISABLED

public static final int PARSE_DISABLED
See Also:
Constant Field Values

NONE

public static final int NONE
See Also:
Constant Field Values
Constructor Detail

SwikiLineFormatter

public SwikiLineFormatter(java.io.Reader input,
                          java.io.Writer output)

SwikiLineFormatter

public SwikiLineFormatter(java.lang.String fileName,
                          java.io.Writer output)
Method Detail

doListLine

public void doListLine(java.lang.String aLine)
                throws java.io.IOException
Throws:
java.io.IOException

format

public void format()
            throws java.io.IOException
Throws:
java.io.IOException

makePipe

public static void makePipe(java.io.Reader in,
                            java.io.Writer out)
                     throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)