xdoclet.modules.jdo

Class JdoDocletTask

public class JdoDocletTask extends DocletTask

This task that executes various JDO-specific sub-tasks.

Version: $Revision: 1.5 $

Author: Ludovic Claude (ludovicc@users.sourceforge.net) Marco Schulze (nlmarco@users.sourceforge.net) - added JDO 2.0 support (mainly changes in *.xdt)

UNKNOWN: June 11, 20012 name = "jdodoclet" display-name = "JDO Task"

Nested Class Summary
static classJdoDocletTask.JdoSpecVersion
Method Summary
StringgetJdoSpec()
Gets the JdoSpec attribute of the JdoDocletTask object
voidsetJdoSpec(JdoDocletTask.JdoSpecVersion jdoSpec)
Sets the jdo spec to use.
protected voidvalidateOptions()

Method Detail

getJdoSpec

public String getJdoSpec()
Gets the JdoSpec attribute of the JdoDocletTask object

Returns: The JdoSpec value

setJdoSpec

public void setJdoSpec(JdoDocletTask.JdoSpecVersion jdoSpec)
Sets the jdo spec to use. Valid values are "1.0" and "2.0". Default is "1.0"

Parameters: jdoSpec

UNKNOWN:

validateOptions

protected void validateOptions()