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