Uses of Class
org.apache.maven.doxia.siterenderer.SiteRenderingContext.SiteDirectory
Packages that use SiteRenderingContext.SiteDirectory
-
Uses of SiteRenderingContext.SiteDirectory in org.apache.maven.doxia.siterenderer
Fields in org.apache.maven.doxia.siterenderer with type parameters of type SiteRenderingContext.SiteDirectoryModifier and TypeFieldDescriptionprivate List<SiteRenderingContext.SiteDirectory> SiteRenderingContext.siteDirectoriesMethods in org.apache.maven.doxia.siterenderer that return types with arguments of type SiteRenderingContext.SiteDirectoryModifier and TypeMethodDescriptionSiteRenderingContext.getSiteDirectories()Getter for the fieldsiteDirectories.Methods in org.apache.maven.doxia.siterenderer with parameters of type SiteRenderingContext.SiteDirectoryModifier and TypeMethodDescriptionprivate voidDefaultSiteRenderer.addModuleFiles(File siteRootDirectory, SiteRenderingContext.SiteDirectory siteDirectory, File moduleBasedir, org.apache.maven.doxia.parser.module.ParserModule module, String excludes, Map<String, DocumentRenderer> files) Populates the files map withDocumentRenderers per output name in parameterfilesfor all files in the moduleBasedir matching the module extensions, taking care of duplicates if needed.voidSiteRenderingContext.addSiteDirectory(SiteRenderingContext.SiteDirectory siteDirectory) Add a site directory, expected to have a Doxia Site layout, ie one directory per Doxia parser module containing files with parser extension.