asia.redact.bracket.properties
Interface OutputFormat

All Known Implementing Classes:
BasicOutputFormat

public interface OutputFormat

You can implement custom output formats using this interface and OutputAdapter.writeTo(Writer, OutputFormat);

Author:
Dave

Method Summary
 String format(String key, ValueModel model)
           
 String formatFooter()
           
 String formatHeader()
           
 

Method Detail

formatHeader

String formatHeader()

format

String format(String key,
              ValueModel model)

formatFooter

String formatFooter()


Copyright © 2011-2013 David R. Smith. All Rights Reserved.