org.apache.maven.doxia.util
public class LineBreaker extends Object
| Field Summary | |
|---|---|
| static int | DEFAULT_MAX_LINE_LENGTH |
| Constructor Summary | |
|---|---|
| LineBreaker(Writer out) | |
| LineBreaker(Writer out, int maxLineLength) | |
| Method Summary | |
|---|---|
| void | close() |
| void | flush() |
| Writer | getDestination() |
| void | write(String text) |
| void | write(String text, boolean preserveSpace) |