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

org.summerb.stringtemplate.api.StringTemplateCompiler Maven / Gradle / Ivy

There is a newer version: 6.4.0
Show newest version
package org.summerb.stringtemplate.api;

/**
 * Interface for interacting with string template compiler. Compiler able to
 * parse template and provide compiled result.
 * 
 * @author skarpushin
 * 
 */
public interface StringTemplateCompiler {
	StringTemplate compile(String template);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy