public interface ITextPart extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
appendPart(StringBuffer sb,
boolean singleLine,
Object[] args)
Add this parts contribution to the complete message.
|
void appendPart(StringBuffer sb, boolean singleLine, Object[] args)
sb - A StringBuffer to append into.singleLine - TRUE to ignore line feedsargs - Message arguments... Used at will...Copyright © 2006–2020 Esito AS. All rights reserved.