xdoclet.modules.java.javabean
public class BeanInfoSubTask extends TemplateSubTask
Version: $Revision: 1.6 $
UNKNOWN: June 20, 2002 name = "beaninfo" display-name = "BeanInfo Class" parent = "xdoclet.DocletTask"
| Field Summary | |
|---|---|
| static String | GENERATED_BEANINFO_CLASS_NAME
Pattern for generation of BeanInfo files |
| static String | GENERATED_BEANINFO_FILE_NAME
Pattern for generation of BeanInfo files |
| protected boolean | i18nGeneration
Is the BeanInfo class built for I18N |
| Constructor Summary | |
|---|---|
| BeanInfoSubTask()
Constructor for the BeanInfoSubTask object | |
| Method Summary | |
|---|---|
| protected void | engineStarted()
Called when the engine is started
|
| void | execute() |
| protected String | getGeneratedFileName(XClass clazz) |
| boolean | isI18n()
Get whether or not a I18N resource bundle will be generated, and the BeanInfo classes will use it
|
| void | setI18n(boolean value)
Set whether or not a I18N resource bundle will be generated, and the BeanInfo classes will use it
|
| void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException Thrown in case of problem
Throws: XDocletException Description of Exception
Returns: true if I18N is supported
Parameters: value true to support I18N
Throws: XDocletException Description of Exception