xdoclet.modules.borland.bes.ejb

Class BorlandSubTask


public class BorlandSubTask
extends AbstractEjbDeploymentDescriptorSubTask

Author:
Michal Maczka
ant.element
display-name = "Borland" name = "borland" parent = "xdoclet.modules.ejb.EjbDocletTask"
created
December 5, 2002

Constructor Summary

BorlandSubTask()

Method Summary

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.

Constructor Details

BorlandSubTask

public BorlandSubTask()

Method Details

engineStarted

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

getCreatetables

public String getCreatetables()
Gets the Createtables attribute of the BorlandSubTask object
Returns:
The Createtables value

getDatasource

public String getDatasource()
Gets the Createtables attribute of the BorlandSubTask object
Returns:
The Createtables value

getDatasourceMapping

public String getDatasourceMapping()

getVersion

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

setCreatetables

public void setCreatetables(boolean flag)
Sets the Createtables attribute of the BorlandSubTask object
Parameters:
flag - The new Createtables value

setDatasource

public void setDatasource(String datasource)
Sets the Datasource attribute of the JBossSubTask object
Parameters:
datasource -

setDatasourceMapping

public void setDatasourceMapping(String datasourceMapping)
Parameters:
datasourceMapping -

setVersion

public void setVersion(String version)
Sets the Version attribute of the BorlandSubTask 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