Class TemplateParser
- java.lang.Object
-
- org.nuxeo.runtime.deployment.preprocessor.template.TemplateParser
-
public class TemplateParser extends Object
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Templateparse(char[] chars)static Templateparse(File file)static Templateparse(InputStream in)static Templateparse(URL url)
-
-
-
Method Detail
-
parse
public static Template parse(File file) throws IOException
- Throws:
IOException
-
parse
public static Template parse(URL url) throws IOException
- Throws:
IOException
-
parse
public static Template parse(InputStream in) throws IOException
- Throws:
IOException
-
parse
public static Template parse(char[] chars)
-
-