xdoclet.modules.ejb.home
public class HomeInterfaceSubTask extends AbstractEjbCodeGeneratorSubTask
Version: $Revision: 1.13 $
UNKNOWN: Oct 15, 2001 display-name = "Home Interface" name = "homeinterface" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "home-custom.xdt" relates-to = "{0}Home.java" description = "A text file containing custom * template and/or java code to include in the home interface."
Field Summary | |
---|---|
static String | DEFAULT_HOMEINTERFACE_CLASS_PATTERN |
protected static String | DEFAULT_TEMPLATE_FILE |
protected String | homeClassPattern
A configuration parameter for specifying the home interface name pattern. |
Constructor Summary | |
---|---|
HomeInterfaceSubTask()
Describe what the HomeInterfaceSubTask constructor does |
Method Summary | |
---|---|
protected void | engineStarted()
Describe what the method does
|
protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the HomeInterfaceSubTask object
|
String | getHomeClassPattern()
Returns the configuration parameter for specifying the home interface name pattern. |
protected boolean | matchesGenerationRules(XClass clazz)
Describe what the method does
|
void | setPattern(String new_pattern)
The pattern by which the home interfaces are named. |
void | validateOptions()
Called to validate configuration parameters.
|
See Also: getHomeClassPattern
Throws: XDocletException
Parameters: clazz Describe what the parameter does
Returns: The GeneratedFileName value
Throws: XDocletException
Returns: The HomeClassPattern value
See Also: homeClassPattern
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}Home
Throws: XDocletException