xdoclet
Class ConfigParamIntrospector
java.lang.Objectxdoclet.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.
Version:
- Ara Abrahamian (ara_e@email.com)
- Jan 19, 2002
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