org.jboss.weld.environment.servlet.util
Class ServiceLoader
java.lang.Object
org.jboss.weld.environment.servlet.util.ServiceLoader
public class ServiceLoader
- extends Object
Abstract away service loader usage.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLoader
public ServiceLoader()
load
public static <S> Iterable<S> load(Class<S> service)
load
public static <S> Iterable<S> load(Class<S> service,
ClassLoader loader)
Copyright © 2013 Seam Framework. All Rights Reserved.