Package com.google.template.soy

Root package with main API entry point and Guice module.

See:
          Description

Class Summary
SoyFileSet Represents a complete set of Soy files for compilation as one bundle.
SoyFileSet.Builder Builder for a SoyFileSet.
SoyModule Guice module for Soy's programmatic interface.
SoyMsgExtractor Executable for extracting messages from a set of Soy files into an output messages file.
SoyParseInfoGenerator Executable for generating Java classes containing Soy parse info.
SoyToJavaSrcCompilerExperimental Experimental Soy to Java Src compiler.
SoyToJsSrcCompiler Executable for compiling a set of Soy files into corresponding JS source files.
SoyUtils Public utilities for Soy users.
 

Package com.google.template.soy Description

Root package with main API entry point and Guice module. The main API entry point is class SoyFileSet. The Guice module for all of Soy (excluding any message plugin) is SoyModule.