xdoclet.modules.spring

Class SpringDocletTask

Implemented Interfaces:
DynamicConfigurator

public class SpringDocletTask
extends xdoclet.DocletTask

This task executes various sub-tasks specific to the Spring framework.
Author:
Craig Walls (xdoclet@habuma.com)
ant.element
name = "springdoclet" display-name = "Spring Task"
created
November 9, 2003

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