com.ideanest.attributes.dev
Class AttributeCreatorFactory

java.lang.Object
  extended bycom.ideanest.attributes.dev.AttributeCreatorFactory

public class AttributeCreatorFactory
extends java.lang.Object

A static factory for attribute creators. This code is in a separate class to reduce the size of the runtime jar.

Version:
$Revision: 1.2 $ ($Date: 2003/08/01 04:52:04 $)
Author:
Piotr Kaminski

Constructor Summary
AttributeCreatorFactory()
           
 
Method Summary
static AttributeCreator make(java.lang.Class klass, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeCreatorFactory

public AttributeCreatorFactory()
Method Detail

make

public static AttributeCreator make(java.lang.Class klass,
                                    java.lang.String value)
                             throws TagParseException,
                                    java.beans.IntrospectionException
Throws:
TagParseException
java.beans.IntrospectionException