All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sampullara.mustache.MustacheJava Maven / Gradle / Ivy

The newest version!
package com.sampullara.mustache;

/**
 * The interface for working with Compiler and Builder
 * 

* User: sam * Date: 5/15/11 * Time: 1:30 PM */ public interface MustacheJava { Mustache parse(String partial, String path) throws MustacheException; Mustache parseFile(String path) throws MustacheException; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy