public class ServiceRegistryImpl extends Object implements ServiceRegistry
| Constructor and Description |
|---|
ServiceRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(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, waitgetInstancepublic void reset()
public void reload()
public <T> T get(Class<T> cls)
get in interface ServiceRegistrypublic static ServiceRegistry getServiceRegistry()
public static void setSupplier(Supplier<ServiceRegistry> supplier)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.