java.lang.Object
com.aoapps.ant.tasks.GenerateJavadocSitemap
Generates sitemap at
sitemap.xml
with an index at
META-INF/sitemap-index.xml
. Excludes pages containing robots noindex.
The sitemap indexes will be automatically picked-up by
SemanticCMS Core Sitemap and merged into the site's
total sitemap index. The timestamp of the added sitemap.xml
and META-INF/sitemap-index.xml
will be based on the most recent modified time they contain.
This does not have any direct Ant dependencies. If only using this class, it is permissible to exclude the ant dependencies.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addSitemapToJavadocJar
(File javadocJar, String apidocsUrl) Adds a sitemap to a single JAR file as described in this class header.
-
Method Details
-
addSitemapToJavadocJar
Adds a sitemap to a single JAR file as described in this class header.- Parameters:
javadocJar
- SeeGenerateJavadocSitemapTask.setBuildDirectory(java.lang.String)
apidocsUrl
- SeeGenerateJavadocSitemapTask.setProjectUrl(java.lang.String)
andGenerateJavadocSitemapTask.setSubprojectSubpath(java.lang.String)
- Throws:
IOException
-