| Modifier and Type | Class and Description |
|---|---|
static class |
WebSite.Configuration |
| Modifier and Type | Method and Description |
|---|---|
Set<TocItem> |
dependentTocItems(Path auxiliaryFile) |
void |
deploy() |
AuxiliaryFilesRegistry |
getAuxiliaryFilesRegistry() |
WebSite.Configuration |
getCfg() |
Path |
getDeployRoot() |
DocMeta |
getDocMeta() |
Map<String,Path> |
getOutsideDocsRequestedResources() |
ReactJsBundle |
getReactJsBundle() |
TableOfContents |
getToc() |
void |
info(Object... styleOrValue) |
void |
parse() |
void |
parseAndDeploy() |
Footer |
parseFooter() |
void |
phase(String message) |
void |
redeployAuxiliaryFileIfRequired(Path path) |
void |
regenerate() |
HtmlPageAndPageProps |
regenerateAndValidatePageDeployTocAndAllPages(TocItem tocItem) |
HtmlPageAndPageProps |
regeneratePageOnly(TocItem tocItem) |
void |
removeLinksForTocItem(TocItem tocItem) |
TocItem |
tocItemByPath(Path path) |
DocReferences |
updateDocReferences() |
TocAddedAndRemovedPages |
updateToc() |
void |
warn(String message) |
static WebSite.Configuration |
withRoot(Path path) |
public WebSite.Configuration getCfg()
public static WebSite.Configuration withRoot(Path path)
public void regenerate()
public AuxiliaryFilesRegistry getAuxiliaryFilesRegistry()
public Path getDeployRoot()
public DocMeta getDocMeta()
public ReactJsBundle getReactJsBundle()
public void parseAndDeploy()
public void parse()
public void deploy()
public HtmlPageAndPageProps regenerateAndValidatePageDeployTocAndAllPages(TocItem tocItem)
public void removeLinksForTocItem(TocItem tocItem)
public HtmlPageAndPageProps regeneratePageOnly(TocItem tocItem)
public TableOfContents getToc()
public TocAddedAndRemovedPages updateToc()
public DocReferences updateDocReferences()
public Footer parseFooter()
public void redeployAuxiliaryFileIfRequired(Path path)
Copyright © 2022. All rights reserved.