| Package | Description |
|---|---|
| com.google.template.soy |
Root package with main API entry point and
Guice module.
|
| Modifier and Type | Method and Description |
|---|---|
SoyFileSet |
SoyFileSet.SoyFileSetFactory.create(com.google.common.collect.ImmutableMap<String,SoyFileSupplier> soyFileSuppliers,
SoyAstCache cache,
SoyGeneralOptions options,
SoyTypeRegistry localTypeRegistry) |
SoyFileSet.Builder |
SoyFileSet.Builder.setSoyAstCache(SoyAstCache cache)
Configures to use an AST cache to speed up development time.
|
| Constructor and Description |
|---|
SoyFileSetParser(SoyTypeRegistry typeRegistry,
SoyAstCache astCache,
com.google.common.collect.ImmutableMap<String,? extends SoyFileSupplier> soyFileSuppliers,
PassManager passManager,
ErrorReporter errorReporter) |