public class ExplicitOutputFormat extends Object implements OutputFormat
| Modifier and Type | Field and Description |
|---|---|
protected static String |
lineSeparator
Deprecated.
|
| Constructor and Description |
|---|
ExplicitOutputFormat()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
format(String key,
char separator,
List<String> values,
List<String> comments)
Deprecated.
|
String |
formatContentType()
Deprecated.
|
String |
formatFooter()
Deprecated.
|
String |
formatHeader()
Deprecated.
|
protected static final String lineSeparator
public String formatContentType()
formatContentType in interface OutputFormatpublic String formatHeader()
formatHeader in interface OutputFormatpublic String format(String key, char separator, List<String> values, List<String> comments)
format in interface OutputFormatpublic String formatFooter()
formatFooter in interface OutputFormatCopyright © 2011–2016 David R. Smith. All rights reserved.