com.google.template.soy
Class SoyParseInfoGenerator

java.lang.Object
  extended by com.google.template.soy.SoyParseInfoGenerator

public final class SoyParseInfoGenerator
extends Object

Executable for generating Java classes containing Soy parse info.

The command-line arguments should contain command-line flags and the list of paths to the Soy files.


Method Summary
static void main(String[] args)
          Generates Java classes containing Soy parse info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
Generates Java classes containing Soy parse info.

Parameters:
args - Should contain command-line flags and the list of paths to the Soy files.
Throws:
IOException - If there are problems reading the input files or writing the output file.
SoySyntaxException - If a syntax error is detected.