com.teamkonzept.dom4jb.beans
Class Introspector

java.lang.Object
  |
  +--com.teamkonzept.dom4jb.beans.Introspector

public class Introspector
extends Object


Constructor Summary
Introspector()
           
 
Method Summary
static void addSearchPath(String path)
           
static XMLBeanInfo buildBeanInfo(Class beanClass, Set defined)
           
static void clearCache()
           
static void extend(Class beanClass, Set defined)
           
protected static String getBaseName(Class beanClass)
           
static XMLBeanInfo getBeanInfo(Class beanClass)
           
static XMLBeanInfo getBeanInfo(Class beanClass, Set defined)
           
protected static String getBeanInfoName(String packageName, String className)
           
protected static String[] getBeanInfoNames(Class beanClass)
           
static void put(Class beanClass, XMLBeanInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Introspector

public Introspector()
Method Detail

getBeanInfo

public static XMLBeanInfo getBeanInfo(Class beanClass)
                               throws IntrospectionException
IntrospectionException

getBeanInfo

public static XMLBeanInfo getBeanInfo(Class beanClass,
                                      Set defined)
                               throws IntrospectionException
IntrospectionException

buildBeanInfo

public static XMLBeanInfo buildBeanInfo(Class beanClass,
                                        Set defined)
                                 throws IntrospectionException
IntrospectionException

extend

public static void extend(Class beanClass,
                          Set defined)

getBaseName

protected static String getBaseName(Class beanClass)

getBeanInfoName

protected static String getBeanInfoName(String packageName,
                                        String className)

getBeanInfoNames

protected static final String[] getBeanInfoNames(Class beanClass)

put

public static void put(Class beanClass,
                       XMLBeanInfo info)

addSearchPath

public static void addSearchPath(String path)

clearCache

public static void clearCache()


Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.