Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.deployment.preprocessor.template
Class TemplateParser

java.lang.Object
  extended by org.nuxeo.runtime.deployment.preprocessor.template.TemplateParser

public class TemplateParser
extends Object

Author:
Bogdan Stefanescu

Method Summary
static Template parse(char[] chars)
           
static Template parse(File file)
           
static Template parse(InputStream in)
           
static Template parse(URL url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.