org.jboss.metatype.plugins.values
Class SetInstanceFactory

java.lang.Object
  extended by org.jboss.metatype.plugins.values.SetInstanceFactory
All Implemented Interfaces:
InstanceFactory<Set>

public class SetInstanceFactory
extends Object
implements InstanceFactory<Set>

Set instance factory.

Author:
Ales Justin

Field Summary
static SetInstanceFactory INSTANCE
           
 
Method Summary
 Set instantiate(org.jboss.beans.info.spi.BeanInfo beanInfo)
          Create new instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static SetInstanceFactory INSTANCE
Method Detail

instantiate

public Set instantiate(org.jboss.beans.info.spi.BeanInfo beanInfo)
                throws Throwable
Description copied from interface: InstanceFactory
Create new instance.

Specified by:
instantiate in interface InstanceFactory<Set>
Parameters:
beanInfo - the bean info
Returns:
new instance
Throws:
Throwable - for any error


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.