dd.util
Class SwikiLineFormatter
java.lang.Object
dd.util.SwikiLineFormatter
- public class SwikiLineFormatter
- extends java.lang.Object
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 |
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
SwikiLineFormatter
public SwikiLineFormatter(java.io.Reader input,
java.io.Writer output)
SwikiLineFormatter
public SwikiLineFormatter(java.lang.String fileName,
java.io.Writer output)
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)