| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| Modifier and Type | Method and Description |
|---|---|
SoyFileSet |
SoyFileSet.Builder.build()
Builds the new
SoyFileSet. |
| Modifier and Type | Method and Description |
|---|---|
static void |
SoyToJbcSrcCompiler.compile(SoyFileSet sfs,
com.google.common.io.ByteSink jarTarget,
com.google.common.base.Optional<com.google.common.io.ByteSink> srcJarTarget)
Compile a set of Soy files into corresponding Java class files in a jar.
|