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 java.lang.Object

Author:
Bogdan Stefanescu

Method Summary
static Template parse(char[] chars)
           
static Template parse(java.io.File file)
           
static Template parse(java.io.InputStream in)
           
static Template parse(java.net.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(java.io.File file)
                      throws java.io.IOException
Throws:
java.io.IOException

parse

public static Template parse(java.net.URL url)
                      throws java.io.IOException
Throws:
java.io.IOException

parse

public static Template parse(java.io.InputStream in)
                      throws java.io.IOException
Throws:
java.io.IOException

parse

public static Template parse(char[] chars)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.