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 Type
    Method
    Description
    Returns the file extension to use for files generated from templates in this format.
    Returns the id of this template format.
  • Method Details

    • getId

      String getId()
      Returns the id of this template format.
      Returns:
      the id
    • getFileExtension

      String getFileExtension()
      Returns the file extension to use for files generated from templates in this format.
      Returns:
      the file extension