xdoclet.modules.ejb.entity
public class EntityBmpSubTask extends AbstractEjbCodeGeneratorSubTask
Version: $Revision: 1.11 $
UNKNOWN: Oct 15, 2001 display-name = "BMP" name = "entitybmp" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "entitybmp-custom.xdt" relates-to = "{0}BMP.java" description = "A text file containing custom * template and/or java code to include in the EJB BMP class."
Field Summary | |
---|---|
static String | DEFAULT_ENTITYBMP_CLASS_PATTERN |
protected static String | DEFAULT_TEMPLATE_FILE |
protected String | entityBmpClassPattern
A configuration parameter for specifying the concrete BMP entity bean class name pattern. |
Constructor Summary | |
---|---|
EntityBmpSubTask()
Describe what the EntityBmpSubTask constructor does |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
String | getEntityBmpClassPattern()
Returns the configuration parameter for specifying the concrete BMP entity bean class name pattern. |
protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the EntityBmpSubTask object
|
protected boolean | matchesGenerationRules(XClass clazz)
Describe what the method does
|
void | setPattern(String new_pattern)
The pattern by which the BMP implementation classes are named. |
void | validateOptions()
Called to validate configuration parameters.
|
See Also: getEntityBmpClassPattern
Throws: XDocletException
Returns: The EntityBmpClassPattern value
See Also: entityBmpClassPattern
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
UNKNOWN: No,defaultsto {0}BMP
Throws: XDocletException