org.apache.openejb.util
Class ListConfigurator

java.lang.Object
  extended by org.apache.openejb.util.ListConfigurator

public final class ListConfigurator
extends Object


Method Summary
static
<T> List<T>
getList(Properties properties, String key, ClassLoader classloader, Class<T> filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getList

public static <T> List<T> getList(Properties properties,
                                  String key,
                                  ClassLoader classloader,
                                  Class<T> filter)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.