xdoclet.modules.ejb.dao
public class DaoSubTask extends AbstractEjbCodeGeneratorSubTask
Version: $Revision: 1.3 $
UNKNOWN: February 8, 2002 display-name = "Data Access Object" name = "dao" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "dao-custom.xdt" relates-to = "{0}DAO.java" description = "A text file containing custom * template and/or java code to include in the data access object interface."
Field Summary | |
---|---|
static String | DEFAULT_DAO_CLASS_PATTERN |
Constructor Summary | |
---|---|
DaoSubTask()
Describe what the DaoSubTask constructor does |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
String | getDaoClassPattern()
Returns the configuration parameter for specifying the DAO class name pattern. |
protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the DaoSubTask object
|
protected boolean | matchesGenerationRules(XClass clazz)
Describe what the method does
|
void | setPattern(String new_pattern)
Sets the Pattern attribute of the DaoSubTask object
|
void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException
Returns: The daoClassPattern value
Parameters: clazz Describe what the parameter does
Returns: The GeneratedFileName value
Throws: XDocletException
Parameters: clazz Describe what the parameter does
Returns: Describe the return value
Throws: XDocletException
Parameters: new_pattern The new Pattern value
Throws: XDocletException