xdoclet.modules.libelis.jdo

Class LidoSubTask


public class LidoSubTask
extends VendorExtensionsSubTask

Version:
$Revision: 1.3 $
Author:
Ludovic Claude (ludovicc@users.sourceforge.net)
ant.element
display-name = "Libelis LIDO support" name = "lido" parent = "xdoclet.modules.jdo.JdoDocletTask"
created
10 October 2002

Nested Class Summary

static class
LidoSubTask.LidoVersionTypes

Method Summary

protected Collection
getArrayExtensions()
protected Collection
getClassExtensions()
protected Collection
getCollectionExtensions()
protected Collection
getFieldExtensions()
protected Collection
getMapExtensions()
String
getVendorDescription()
String
getVendorName()
String
getVersion()
Gets the Version attribute of the LidoSubTask object
void
setVersion(LidoSubTask.LidoVersionTypes version)
The version of Lido.

Method Details

getArrayExtensions

protected Collection getArrayExtensions()
            throws xdoclet.XDocletException

getClassExtensions

protected Collection getClassExtensions()
            throws xdoclet.XDocletException

getCollectionExtensions

protected Collection getCollectionExtensions()
            throws xdoclet.XDocletException

getFieldExtensions

protected Collection getFieldExtensions()
            throws xdoclet.XDocletException

getMapExtensions

protected Collection getMapExtensions()
            throws xdoclet.XDocletException

getVendorDescription

public String getVendorDescription()

getVendorName

public String getVendorName()
Returns:

getVersion

public String getVersion()
Gets the Version attribute of the LidoSubTask object
Returns:
The Version value

setVersion

public void setVersion(LidoSubTask.LidoVersionTypes version)
The version of Lido. Supported versions are 1.3.
Parameters:
version - The new Version value
ant.not-required
"No, default is '1.3'."