Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.build.documentation » [javadoc | source]
org.apache.cactus.build.documentation
public class: CheckSitemapTask [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
         org.apache.cactus.build.documentation.CheckSitemapTask

All Implemented Interfaces:
    Cloneable

Checks the sitemap for invalid resource links (currently only local).
Method from org.apache.cactus.build.documentation.CheckSitemapTask Summary:
addConfiguredXMLCatalog,   execute,   init,   setFailOnError,   setOutputDir,   setSitemap
Methods from org.apache.tools.ant.Task:
bindToOwner,   execute,   getOwningTarget,   getRuntimeConfigurableWrapper,   getTaskName,   getTaskType,   init,   log,   log,   log,   log,   maybeConfigure,   perform,   reconfigure,   setOwningTarget,   setRuntimeConfigurableWrapper,   setTaskName,   setTaskType
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.build.documentation.CheckSitemapTask Detail:
 public  void addConfiguredXMLCatalog(XMLCatalog theXmlCatalog) 
    Add the catalog to our internal catalog
 public  void execute() throws BuildException 
    Execute task.
 public  void init() throws BuildException 
 public  void setFailOnError(boolean theFailOnError) 
    Sets whether the task should fail when an error occurs.
 public  void setOutputDir(File theOutputDir) 
 public  void setSitemap(File theSitemap) 
    Sets the location of the sitemap file.