xdoclet.modules.pramati.ejb

Class PramatiSubTask

public class PramatiSubTask extends AbstractEjbDeploymentDescriptorSubTask

Generates Pramati deployment files

Author: Patrick Lightbody

UNKNOWN: Feb 21, 2002 display-name = "Pramati" name = "pramati" parent = "xdoclet.modules.ejb.EjbDocletTask"

Method Summary
protected voidengineStarted()
Describe what the method does
voidexecute()
Describe what the method does
StringgetDatasource()
Gets the Datasource attribute of the PramatiSubTask object
StringgetJarName()
Gets the JarName attribute of the PramatiSubTask object
StringgetVersion()
Gets the Version attribute of the PramatiSubTask object
voidsetDatasource(String new_data_source)
Sets the Datasource attribute of the PramatiSubTask object
voidsetJarName(String jarName)
Sets the JarName attribute of the PramatiSubTask object
voidsetVersion(String version)
Sets the Version attribute of the PramatiSubTask object
voidvalidateOptions()
Called to validate configuration parameters.

Method Detail

engineStarted

protected void engineStarted()
Describe what the method does

Throws: XDocletException Describe the exception

execute

public void execute()
Describe what the method does

Throws: 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()
Called to validate configuration parameters.

Throws: XDocletException Description of Exception