org.jboss.metatype.plugins.values
Class ListInstanceFactory
java.lang.Object
org.jboss.metatype.plugins.values.ListInstanceFactory
- All Implemented Interfaces:
- InstanceFactory<List>
public class ListInstanceFactory
- extends Object
- implements InstanceFactory<List>
List instance factory.
- Author:
- Ales Justin
Method Summary |
List |
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 |
INSTANCE
public static ListInstanceFactory INSTANCE
instantiate
public List instantiate(org.jboss.beans.info.spi.BeanInfo beanInfo)
throws Throwable
- Description copied from interface:
InstanceFactory
- Create new instance.
- Specified by:
instantiate
in interface InstanceFactory<List>
- 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.