public static interface SoyFileSet.SoyFileSetFactory
| Modifier and Type | Method and Description |
|---|---|
SoyFileSet |
create(com.google.common.collect.ImmutableMap<String,SoyFileSupplier> soyFileSuppliers,
SoyAstCache cache,
SoyGeneralOptions options,
SoyTypeRegistry localTypeRegistry) |
SoyFileSet create(com.google.common.collect.ImmutableMap<String,SoyFileSupplier> soyFileSuppliers, SoyAstCache cache, SoyGeneralOptions options, SoyTypeRegistry localTypeRegistry)
soyFileSuppliers - The suppliers for the input Soy files.cache - Optional (nullable) AST cache for faster recompile times.options - The general compiler options.