Package com.github.jknack.handlebars
Interface Parser
-
public interface ParserThe Handlebars Parser.- Since:
- 0.10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Templateparse(TemplateSource source)Parse a handlebars input and return aTemplate.
-
-
-
Method Detail
-
parse
Template parse(TemplateSource source) throws java.io.IOException
Parse a handlebars input and return aTemplate.- Parameters:
source- The input to parse. Required.- Returns:
- A new handlebars template.
- Throws:
java.io.IOException- If the resource cannot be loaded.
-
-