com.codemonster.surinam.core.formatter
Interface BlueprintFormatter
- All Known Implementing Classes:
- AbstractContractBlueprintFormatter, AbstractEntryPointBlueprintFormatter, AbstractImplementationBlueprintFormatter, ContractBlueprintHTMLFormatter, EntryPointBlueprintHTMLFormatter, ImplementationBlueprintHTMLFormatter
public interface BlueprintFormatter
This is a common interface that defines the formatting callbacks that the BlueprintManager will
use to handle how meta-data is formatted. The intention is to define the methods in a format
agnostic manner to make it easy to extend over time if it proves useful.
formatHeader
void formatHeader(StringBuilder stringBuilder)
formatFooter
void formatFooter(StringBuilder stringBuilder)
formatBlueprint
void formatBlueprint(Blueprint blueprint,
StringBuilder stringBuilder)
Copyright © 2010. All Rights Reserved.