xdoclet.modules.pramati.ejb

Class PramatiSubTask


public class PramatiSubTask
extends AbstractEjbDeploymentDescriptorSubTask

Generates Pramati deployment files
Author:
Patrick Lightbody
ant.element
display-name = "Pramati" name = "pramati" parent = "xdoclet.modules.ejb.EjbDocletTask"
created
Feb 21, 2002

Method Summary

protected void
engineStarted()
Describe what the method does
void
execute()
Describe what the method does
String
getDatasource()
Gets the Datasource attribute of the PramatiSubTask object
String
getJarName()
Gets the JarName attribute of the PramatiSubTask object
String
getVersion()
Gets the Version attribute of the PramatiSubTask object
void
setDatasource(String new_data_source)
Sets the Datasource attribute of the PramatiSubTask object
void
setJarName(String jarName)
Sets the JarName attribute of the PramatiSubTask object
void
setVersion(String version)
Sets the Version attribute of the PramatiSubTask object
void
validateOptions()
Called to validate configuration parameters.

Method Details

engineStarted

protected void engineStarted()
            throws xdoclet.XDocletException
Describe what the method does
Throws:
xdoclet.XDocletException - Describe the exception

execute

public void execute()
            throws xdoclet.XDocletException
Describe what the method does
Throws:
xdoclet.XDocletException - Describe the exception

getDatasource

public String getDatasource()
Gets the Datasource attribute of the PramatiSubTask object
Returns:
The Datasource value

getJarName

public String getJarName()
Gets the JarName attribute of the PramatiSubTask object
Returns:
The JarName value

getVersion

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

setDatasource

public void setDatasource(String new_data_source)
Sets the Datasource attribute of the PramatiSubTask object
Parameters:
new_data_source - The new Datasource value

setJarName

public void setJarName(String jarName)
Sets the JarName attribute of the PramatiSubTask object
Parameters:
jarName - The new JarName value

setVersion

public void setVersion(String version)
Sets the Version attribute of the PramatiSubTask object
Parameters:
version - The new Version value

validateOptions

public void validateOptions()
            throws xdoclet.XDocletException
Called to validate configuration parameters.
Throws:
xdoclet.XDocletException - Description of Exception