| Interface | Description |
|---|---|
| IdGenerator |
A generator of int ids.
|
| SoyFileSupplier |
Record for one input Soy file.
|
| SoyFileSupplier.Version |
An opaque identifier that can be compared for equality with other versions from the same
resource.
|
| Class | Description |
|---|---|
| AbstractSoyFileSupplier |
Abstract base implementation of SoyFileSupplier.
|
| BaseUtils |
Base utilities for Soy code.
|
| FixedIdGenerator |
A generator of fixed ids.
|
| Identifier |
A simple tuple of an identifier and a source location.
|
| IncrementingIdGenerator |
A generator of incrementing unique integer ids, starting from 0.
|
| IndentedLinesBuilder |
A wrapped StringBuilder used for building text with indented lines.
|
| SoyFileSupplier.Factory |
Container for factory methods for
SoyFileSuppliers. |
| SoyJarFileWriter |
A SoyJarWriter can populate a jar file with a number of entries ensuring that there is a proper
manifest and that all timestamps are stripped from the outputs which helps ensure determinism.
|
| StableSoyFileSupplier |
Record for one input Soy file.
|
| UniqueNameGenerator |
Manages a set of unique names within a given context, and provides helper methods for generating
unique names from other names, which may or may not be sufficiently unique on their own.
|
| VolatileSoyFileSupplier |
Record for one input Soy file whose content should be considered prone to change without warning.
|
| Enum | Description |
|---|---|
| Identifier.Type |
What flavor of identifier this is.
|
| QuoteStyle |
It's what you think it is.
|
| SanitizedContentKind |
Representation of the value of the
kind=\"...\" parameter to soy templates and content
blocks. |
| SoyFileKind |
Enum for the kind of an input Soy file.
|
| TriState |
A Enum that specifies true/false or unset.
|