asia.redact.bracket.properties
Interface OutputFormat
- All Known Implementing Classes:
- AsciiOutputFormat, BasicOutputFormat, IndentMultilineFormat
public interface OutputFormat
You can implement custom output formats using this interface and OutputAdapter.writeTo(Writer, OutputFormat);
- Author:
- Dave
formatHeader
String formatHeader()
format
String format(String key,
char separator,
List<String> values,
List<String> comments)
formatFooter
String formatFooter()
Copyright © 2011-2013 David R. Smith. All Rights Reserved.