public class PlainOutputFormat extends BasicOutputFormat
Really simple, no frills output
| Modifier and Type | Field and Description |
|---|---|
protected static String |
lineSeparator |
dateFormatISO8601| Constructor and Description |
|---|
PlainOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(String key,
char separator,
List<String> values,
List<String> comments) |
String |
formatContentType() |
String |
formatFooter() |
String |
formatHeader() |
protected static final String lineSeparator
public String formatContentType()
formatContentType in interface OutputFormatformatContentType in class BasicOutputFormatpublic String formatHeader()
formatHeader in interface OutputFormatformatHeader in class BasicOutputFormatpublic String format(String key, char separator, List<String> values, List<String> comments)
format in interface OutputFormatformat in class BasicOutputFormatpublic String formatFooter()
formatFooter in interface OutputFormatformatFooter in class BasicOutputFormatCopyright © 2011-2014 David R. Smith. All Rights Reserved.