public class HbsParserFactory extends Object implements ParserFactory
ParserFactory.| Constructor and Description |
|---|
HbsParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
Parser |
create(Handlebars handlebars,
String startDelimiter,
String endDelimiter)
Creates a new
Parser. |
public Parser create(Handlebars handlebars, String startDelimiter, String endDelimiter)
Parser.create in interface ParserFactoryhandlebars - The parser owner.startDelimiter - The start delimiter.endDelimiter - The end delimiter.Parser.Copyright © 2018. All rights reserved.