Interface Formatter
-
- All Known Implementing Classes:
CompositeFormatter,HutnFormatter,JavaFormatter,LanguageFormatter,LineByLineFormatter,LowercaseFormatter,NullFormatter,OutdentationFormatter,PromelaFormatter,ReverseFormatter,UppercaseFormatter,XmlFormatter
public interface FormatterA Formatter provides a means for postprocessing the text generated by an EGL template. Both TemplateFactories and Templates can specify a set of Formatters to be used for postprocessing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(String text)
-