xdoclet.modules.apache.tapestry

Class TapestryDocletTask

Implemented Interfaces:
DynamicConfigurator

public class TapestryDocletTask
extends xdoclet.DocletTask

This task builds various Tapestry configuration files. Make sure to include the jar file containing the Tapestry classes is on the taskdef's classpath.
Version:
$Revision: 1.1 $
Author:
Michael Newcomb (mnewcomb@sourceforge.net)
ant.element
name = "tapestrydoclet" display-name = "Tapestry Task"
created
February 4, 2005

Field Summary

Fields inherited from class xdoclet.DocletTask

XDOCLET_VERSION

Method Summary

protected void
validateOptions()
Called by superclass before start() is called

Methods inherited from class xdoclet.DocletTask

addConfigParam, addFileset, addPackageSubstitution, addSubTask, addTemplate, addXmlTemplate, checkClass, createDynamicElement, getAddedTags, getConfigParams, getConfigParams, getConfigParamsAsMap, getDestDir, getExcludedTags, getMergeDir, getPackageSubstitutions, getSubTaskName, getSubTasks, isForce, isVerbose, setAddedTags, setDestDir, setDynamicAttribute, setExcludePackageNames, setExcludedTags, setForce, setMergeDir, setPackageNames, setPackageSubstitutions, setVerbose, start, validateOptions, validateSubTasks

Method Details

validateOptions

protected void validateOptions()
            throws BuildException
Called by superclass before start() is called
Overrides:
validateOptions in interface xdoclet.DocletTask