See: Description
| Interface | Description |
|---|---|
| SoyFileSet.SoyFileSetFactory |
Injectable factory for creating an instance of this class.
|
| Class | Description |
|---|---|
| ErrorReporterImpl |
Simple
ErrorReporter implementation. |
| SoyFileSet |
Represents a complete set of Soy files for compilation as one bundle.
|
| SoyFileSet.Builder |
Builder for a
SoyFileSet. |
| SoyFileSetParser |
Static functions for parsing a set of Soy files into a
SoyFileSetNode. |
| SoyFileSetParser.ParseResult |
A simple tuple for the result of a parse operation.
|
| SoyModule |
Guice module for Soy's programmatic interface.
|
| SoyMsgExtractor |
Executable for extracting messages from a set of Soy files into an output messages file.
|
| SoyMsgPruner |
Executable for pruning messages from extracted msgs files, given a set of Soy files as reference
for which messages to keep.
|
| SoyParseInfoGenerator |
Executable for generating Java classes containing Soy parse info.
|
| SoyToIncrementalDomSrcCompiler |
Executable for compiling a set of Soy files into corresponding Incremental DOM source files.
|
| SoyToJbcSrcCompiler |
Executable for compiling a set of Soy files into corresponding Java class files in a jar.
|
| SoyToJsSrcCompiler |
Executable for compiling a set of Soy files into corresponding JS source files.
|
| SoyToPySrcCompiler |
Executable for compiling a set of Soy files into corresponding Python source files.
|
| SoyUtils |
Public utilities for Soy users.
|
SoyFileSet. The Guice module for all of Soy (excluding
any message plugin) is SoyModule.