Package com.hubspot.singularity.executor.handlebars

Examples of com.hubspot.singularity.executor.handlebars.IfPresentHelper


  @Singleton
  public Handlebars providesHandlebars() {
    final Handlebars handlebars = new Handlebars();

    handlebars.registerHelper(BashEscapedHelper.NAME, new BashEscapedHelper());
    handlebars.registerHelper(IfPresentHelper.NAME, new IfPresentHelper());

    return handlebars;
  }
View Full Code Here

TOP

Related Classes of com.hubspot.singularity.executor.handlebars.IfPresentHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.