public class TemplateParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static Template |
parse(char[] chars) |
static Template |
parse(File file) |
static Template |
parse(InputStream in) |
static Template |
parse(URL url) |
public static Template parse(File file) throws IOException
IOExceptionpublic static Template parse(URL url) throws IOException
IOExceptionpublic static Template parse(InputStream in) throws IOException
IOExceptionCopyright © 2018 Nuxeo. All rights reserved.