class LineFormatter
extends java.lang.Object
| Constructor and Description |
|---|
LineFormatter(java.lang.String comment)
Creates a LineFormatter for the given comment.
|
LineFormatter(java.lang.String comment,
int maxLength)
Creates a new LineFormatter for the given comment.
|
LineFormatter(java.lang.String comment,
int maxLength,
java.lang.String prefix)
Creates a new LineFormatter for the given comment.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
hasMoreLines() |
(package private) java.lang.String |
nextLine() |
(package private) void |
setPrefix(java.lang.String prefix)
Sets the prefix that should be appended to the beginning of each line.
|
LineFormatter(java.lang.String comment)
comment - the String to formatLineFormatter(java.lang.String comment,
int maxLength)
comment - the String to formatmaxLength - the maximum number of characters per lineLineFormatter(java.lang.String comment,
int maxLength,
java.lang.String prefix)
comment - the String to formatmaxLength - the maximum number of characters per lineprefix - a prefix to append to the beginning of each lineIntalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com