Class Mustache


  • public class Mustache
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Mustache()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      java.lang.String run​(java.lang.String template, java.util.Map<java.lang.String,​java.lang.Object> m)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Mustache

        public Mustache()
    • Method Detail

      • run

        public java.lang.String run​(java.lang.String template,
                                    java.util.Map<java.lang.String,​java.lang.Object> m)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException