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 Template
parse(char[] chars)
static Template
parse(File file)
static Template
parse(InputStream in)
static Template
parse(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)
-
-