public final class SoyParseInfoGenerator extends Object
The command-line arguments should contain command-line flags and the list of paths to the Soy files.
| Modifier and Type | Field and Description |
|---|---|
protected String |
inputPrefix |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Generates Java classes containing Soy parse info.
|
protected String inputPrefix
public static void main(String[] args) throws IOException
If syntax errors are encountered, no output is generated and the process terminates with a non-zero exit status. On successful parse, the process terminates with a zero exit status.
args - Should contain command-line flags and the list of paths to the Soy files.IOException - If there are problems reading the input files or writing the output file.