xdoclet

Class 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 Object
NULL

Method Summary

static String
capitalize(String name)
Describe what the method does
static Method
findGetterMethod(Object javabean, String capitalPropertyName)
Describe what the method does

Field Details

NULL

public static final Object NULL

Method Details

capitalize

public static String capitalize(String name)
Describe what the method does
Parameters:
name - Describe what the parameter does
Returns:
Describe the return value

findGetterMethod

public static Method findGetterMethod(Object javabean,
                                      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