Class IncludeEnvironmentVariableFormatHelper
- java.lang.Object
-
- org.rodnansol.core.generator.template.handlebars.IncludeEnvironmentVariableFormatHelper
-
- All Implemented Interfaces:
com.github.jknack.handlebars.Helper<TemplateData>
public class IncludeEnvironmentVariableFormatHelper extends Object implements com.github.jknack.handlebars.Helper<TemplateData>
Helper class to determine whether to include the enviroment variable format or not.- Since:
- 0.4.0
- Author:
- nandorholozsnyak
-
-
Constructor Summary
Constructors Constructor Description IncludeEnvironmentVariableFormatHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(TemplateData context, com.github.jknack.handlebars.Options options)
-
-
-
Method Detail
-
apply
public Object apply(TemplateData context, com.github.jknack.handlebars.Options options) throws IOException
- Specified by:
applyin interfacecom.github.jknack.handlebars.Helper<TemplateData>- Throws:
IOException
-
-