org.jboss.metatype.plugins.values
Class SortedSetInstanceFactory

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

public class SortedSetInstanceFactory
extends Object
implements InstanceFactory<SortedSet>

Sorted set instance factory.

Author:
Ales Justin

Field Summary
static SortedSetInstanceFactory INSTANCE
           
 
Method Summary
 SortedSet 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 SortedSetInstanceFactory INSTANCE
Method Detail

instantiate

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

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


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