public static class ServiceRegistry.Impl extends Object implements ServiceRegistry
ServiceRegistry.Impl, ServiceRegistry.ServiceRegistryHolder| Constructor and Description | 
|---|
Impl()  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
get(Class<T> cls)  | 
<T> List<T> | 
getAll(Class<T> cls)  | 
static ServiceRegistry | 
getServiceRegistry()  | 
void | 
reload()  | 
void | 
reset()  | 
static void | 
setSupplier(Supplier<ServiceRegistry> supplier)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstance, getService, ifSupported, isSupportedpublic void reset()
public void reload()
public <T> T get(Class<T> cls)
get in interface ServiceRegistrypublic <T> List<T> getAll(Class<T> cls)
getAll in interface ServiceRegistrypublic static ServiceRegistry getServiceRegistry()
public static void setSupplier(Supplier<ServiceRegistry> supplier)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.