
org.summerb.utils.stringtemplate.api.StringTemplateCompiler Maven / Gradle / Ivy
package org.summerb.utils.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 - 2025 Weber Informatics LLC | Privacy Policy