public interface AdditionalSiteResourcesProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addResources(Site site,
File tempOutputDir)
Add resources to push in the current generation.
|
void addResources(Site site, File tempOutputDir) throws Exception
site - the site where generation is underway.tempOutputDir - the temporary output directory.Exception - if an error occurs.