xdoclet
Class ConfigParamIntrospector

java.lang.Object
  |
  +--xdoclet.ConfigParamIntrospector

public final class ConfigParamIntrospector
extends java.lang.Object

Used by DocletTask. Creates and returns a Hashtable of config params for a DocletTask or SubTask.

Version:
$Revision: 1.4 $
Author:
Ara Abrahamian (ara_e@email.com)

Field Summary
static java.lang.Object NULL
           
 
Constructor Summary
ConfigParamIntrospector()
           
 
Method Summary
static java.lang.String capitalize(java.lang.String name)
           
static java.lang.reflect.Method findGetterMethod(java.lang.Object javabean, java.lang.String cap_prop_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final java.lang.Object NULL
Constructor Detail

ConfigParamIntrospector

public ConfigParamIntrospector()
Method Detail

capitalize

public static java.lang.String capitalize(java.lang.String name)

findGetterMethod

public static java.lang.reflect.Method findGetterMethod(java.lang.Object javabean,
                                                        java.lang.String cap_prop_name)