xdoclet.modules.borland.bes.ejb
Class BorlandSubTask
AbstractEjbDeploymentDescriptorSubTask
xdoclet.modules.borland.bes.ejb.BorlandSubTask
public class BorlandSubTask
extends AbstractEjbDeploymentDescriptorSubTask
- display-name = "Borland"
name = "borland"
parent = "xdoclet.modules.ejb.EjbDocletTask"
protected void | engineStarted() - Describe what the method does
|
String | getCreatetables() - Gets the Createtables attribute of the BorlandSubTask object
|
String | getDatasource() - Gets the Createtables attribute of the BorlandSubTask object
|
String | getDatasourceMapping()
|
String | getVersion() - Gets the Version attribute of the BorlandSubTask object
|
void | setCreatetables(boolean flag) - Sets the Createtables attribute of the BorlandSubTask object
|
void | setDatasource(String datasource) - Sets the Datasource attribute of the JBossSubTask object
|
void | setDatasourceMapping(String datasourceMapping)
|
void | setVersion(String version) - Sets the Version attribute of the BorlandSubTask object
|
void | validateOptions() - Called to validate configuration parameters.
|
BorlandSubTask
public BorlandSubTask()
engineStarted
protected void engineStarted()
throws xdoclet.XDocletException
Describe what the method does
xdoclet.XDocletException
- Describe the exception
getCreatetables
public String getCreatetables()
Gets the Createtables attribute of the BorlandSubTask object
getDatasource
public String getDatasource()
Gets the Createtables attribute of the BorlandSubTask object
getDatasourceMapping
public String getDatasourceMapping()
getVersion
public String getVersion()
Gets the Version attribute of the BorlandSubTask object
setCreatetables
public void setCreatetables(boolean flag)
Sets the Createtables attribute of the BorlandSubTask object
flag
- The new Createtables value
setDatasource
public void setDatasource(String datasource)
Sets the Datasource attribute of the JBossSubTask object
setDatasourceMapping
public void setDatasourceMapping(String datasourceMapping)
setVersion
public void setVersion(String version)
Sets the Version attribute of the BorlandSubTask object
version
- The new Version value
validateOptions
public void validateOptions()
throws xdoclet.XDocletException
Called to validate configuration parameters.
xdoclet.XDocletException
- Description of Exception