xdoclet.modules.pramati.ejb
Class PramatiSubTask
AbstractEjbDeploymentDescriptorSubTask
xdoclet.modules.pramati.ejb.PramatiSubTask
public class PramatiSubTask
extends AbstractEjbDeploymentDescriptorSubTask
Generates Pramati deployment files
- display-name = "Pramati"
name = "pramati"
parent = "xdoclet.modules.ejb.EjbDocletTask"
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.
|
engineStarted
protected void engineStarted()
throws xdoclet.XDocletException
Describe what the method does
xdoclet.XDocletException
- Describe the exception
execute
public void execute()
throws xdoclet.XDocletException
Describe what the method does
xdoclet.XDocletException
- Describe the exception
getDatasource
public String getDatasource()
Gets the Datasource attribute of the PramatiSubTask object
getJarName
public String getJarName()
Gets the JarName attribute of the PramatiSubTask object
getVersion
public String getVersion()
Gets the Version attribute of the PramatiSubTask object
setDatasource
public void setDatasource(String new_data_source)
Sets the Datasource attribute of the PramatiSubTask object
new_data_source
- The new Datasource value
setJarName
public void setJarName(String jarName)
Sets the JarName attribute of the PramatiSubTask object
jarName
- The new JarName value
setVersion
public void setVersion(String version)
Sets the Version attribute of the PramatiSubTask object
version
- The new Version value
validateOptions
public void validateOptions()
throws xdoclet.XDocletException
Called to validate configuration parameters.
xdoclet.XDocletException
- Description of Exception