xdoclet
Class ConfigParamIntrospector
java.lang.Object
xdoclet.ConfigParamIntrospector
public final class ConfigParamIntrospector
extends java.lang.Object
Used by DocletTask. Creates and returns a HashMap of config params for a DocletTask or SubTask.
- Ara Abrahamian (ara_e@email.com)
static String | capitalize(String name) - Describe what the method does
|
static Method | findGetterMethod(Object javabean, String capitalPropertyName) - Describe what the method does
|
NULL
public static final Object NULL
capitalize
public static String capitalize(String name)
Describe what the method does
name
- Describe what the parameter does
- Describe the return value
findGetterMethod
public static Method findGetterMethod(Object javabean,
String capitalPropertyName)
Describe what the method does
javabean
- Describe what the parameter doescapitalPropertyName
- Describe what the parameter does
- Describe the return value