xdoclet.modules.ejb.intf
public class RemoteInterfaceSubTask extends AbstractEjbCodeGeneratorSubTask
Version: $Revision: 1.12 $
UNKNOWN: Oct 15, 2001 display-name = "Remote Interface" name = "remoteinterface" parent = "xdoclet.modules.ejb.EjbDocletTask" file = "remote-custom.xdt" relates-to = "{0}.java" description = "A text file containing custom * template and/or java code to include in the remote interface."
| Field Summary | |
|---|---|
| static String | DEFAULT_REMOTE_CLASS_PATTERN |
| protected static String | DEFAULT_TEMPLATE_FILE |
| protected String | remoteClassPattern
A configuration parameter for specifying the remote interface name pattern. |
| Constructor Summary | |
|---|---|
| RemoteInterfaceSubTask()
Describe what the RemoteInterfaceSubTask constructor does | |
| Method Summary | |
|---|---|
| protected void | engineStarted()
Describe what the method does
|
| protected String | getGeneratedFileName(XClass clazz)
Gets the GeneratedFileName attribute of the RemoteInterfaceSubTask object
|
| String | getRemoteClassPattern()
Returns the configuration parameter for specifying the remote interface name pattern. |
| protected boolean | matchesGenerationRules(XClass clazz)
Describe what the method does
|
| void | setPattern(String newPattern)
The pattern by which the interfaces are named. |
| void | validateOptions()
Called to validate configuration parameters.
|
See Also: getRemoteClassPattern
Throws: XDocletException
Parameters: clazz Describe what the parameter does
Returns: The GeneratedFileName value
Throws: XDocletException
Returns: The RemoteClassPattern value
See Also: remoteClassPattern
Parameters: clazz Describe what the parameter does
Returns: Describe the return value
Throws: XDocletException
Parameters: newPattern The new Pattern value
UNKNOWN: No,defaultsto {0}
Throws: XDocletException