net.jbeans.bean
Class BeanInfoFinder

java.lang.Object
  extended bynet.jbeans.bean.BeanInfoFinder

public final class BeanInfoFinder
extends java.lang.Object

BeanInfoFinder returns a BeanInfo object of the specified class. Once a beaninfo is found, it is stored in a hashmap for faster retrieval.

Version:
$Revision: 1.1.1.1 $
Author:
Masahiro Takatsuka (masa@jbeans.net)

Method Summary
static java.beans.BeanInfo getBeanInfo(java.lang.Class beanClass)
          Retrieves the BeanInfo for the specified Class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBeanInfo

public static final java.beans.BeanInfo getBeanInfo(java.lang.Class beanClass)
                                             throws java.beans.IntrospectionException
Retrieves the BeanInfo for the specified Class.

Throws:
java.beans.IntrospectionException


Copyright © 2003 JBean project. All Rights Reserved.