xdoclet.modules.pramati.ejb
public class PramatiSubTask extends AbstractEjbDeploymentDescriptorSubTask
UNKNOWN: Feb 21, 2002 display-name = "Pramati" name = "pramati" parent = "xdoclet.modules.ejb.EjbDocletTask"
| 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.
|
Throws: XDocletException Describe the exception
Throws: XDocletException Describe the exception
Returns: The Datasource value
Returns: The JarName value
Returns: The Version value
Parameters: new_data_source The new Datasource value
Parameters: jarName The new JarName value
Parameters: version The new Version value
Throws: XDocletException Description of Exception