com.liferay.portal.kernel.util
Class ServiceLoader

java.lang.Object
  extended by com.liferay.portal.kernel.util.ServiceLoader

public class ServiceLoader
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
ServiceLoader()
           
 
Method Summary
static
<S> java.util.List<S>
load(java.lang.Class<S> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLoader

public ServiceLoader()
Method Detail

load

public static <S> java.util.List<S> load(java.lang.Class<S> clazz)
                              throws java.lang.Exception
Throws:
java.lang.Exception