Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class ServiceLoader

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

public class ServiceLoader
extends Object


Constructor Summary
ServiceLoader()
           
 
Method Summary
static
<S> List<S>
load(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> List<S> load(Class<S> clazz)
                    throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3