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
IOException
public static Template parse(URL url) throws IOException
IOException
public static Template parse(InputStream in) throws IOException
IOException
Copyright © 2016 Nuxeo SA. All rights reserved.