| |
|
| org.apache.cactus.build.documentation.CheckSitemapTask
CheckSitemapTask | public class CheckSitemapTask extends Task (Code) | | Checks the sitemap for invalid resource links (currently only local).
version: $Id: CheckSitemapTask.java 238809 2004-02-29 09:42:33Z vmassol $ |
addConfiguredXMLCatalog | public void addConfiguredXMLCatalog(XMLCatalog theXmlCatalog)(Code) | | Add the catalog to our internal catalog
Parameters: theXmlCatalog - the XMLCatalog instance to use to look up DTDs |
execute | public void execute() throws BuildException(Code) | | Execute task.
See Also: Task.execute |
init | public void init() throws BuildException(Code) | | See Also: Task.init |
setFailOnError | public void setFailOnError(boolean theFailOnError)(Code) | | Sets whether the task should fail when an error occurs.
Parameters: theFailOnError - Whether to fail on errors |
setOutputDir | public void setOutputDir(File theOutputDir)(Code) | | Parameters: theOutputDir - the location of the output directory where files aregenerated |
setSitemap | public void setSitemap(File theSitemap)(Code) | | Sets the location of the sitemap file.
Parameters: theSitemap - The sitemap file |
|
|
|