xdoclet
Class ConfigParamIntrospector

java.lang.Object
  extended by 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.

Version:
$Revision: 1.8 $
Author:
Ara Abrahamian (ara_e@email.com)
created
Jan 19, 2002

Field Summary
static java.lang.Object NULL
           
 
Constructor Summary
ConfigParamIntrospector()
           
 
Method Summary
static java.lang.String capitalize(java.lang.String name)
          Describe what the method does
static java.lang.reflect.Method findGetterMethod(java.lang.Object javabean, java.lang.String capitalPropertyName)
          Describe what the method does
 
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)
Describe what the method does

Parameters:
name - Describe what the parameter does
Returns:
Describe the return value

findGetterMethod

public static java.lang.reflect.Method findGetterMethod(java.lang.Object javabean,
                                                        java.lang.String capitalPropertyName)
Describe what the method does

Parameters:
javabean - Describe what the parameter does
capitalPropertyName - Describe what the parameter does
Returns:
Describe the return value

http://xdoclet.sourceforge.net/