public interface TemplateFilesResolver
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.net.URL> |
resolve()
Iterate over all files and provide urls of files pointing to soy template files
|
com.google.common.base.Optional<java.net.URL> |
resolve(java.lang.String templateName)
Iterate over all files and provide a matching url for a template passed in as a parameter
|
java.util.Collection<java.net.URL> resolve()
throws java.io.IOException
java.io.IOExceptioncom.google.common.base.Optional<java.net.URL> resolve(java.lang.String templateName)
throws java.io.IOException
java.io.IOException