Interface TemplateFormat
public interface TemplateFormat
A 
TemplateFormat provides information about a particular template format, such
as Asciidoctor or Markdown.- Since:
 - 1.1.0
 - Author:
 - Andy Wilkinson
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the file extension to use for files generated from templates in this format.getId()Returns the id of this template format. 
- 
Method Details
- 
getId
 - 
getFileExtension
String getFileExtension()Returns the file extension to use for files generated from templates in this format.- Returns:
 - the file extension
 
 
 -