| Package | Description |
|---|---|
| org.jboss.forge.furnace.spi |
| Modifier and Type | Method and Description |
|---|---|
<T> ExportedInstance<T> |
ServiceRegistry.getExportedInstance(Class<T> type)
Get an instance of any currently available service of the given
Class type. |
<T> ExportedInstance<T> |
ServiceRegistry.getExportedInstance(String type)
Get an instance of any currently available service types with
Class.getName() matching the given name. |
| Modifier and Type | Method and Description |
|---|---|
<T> Set<ExportedInstance<T>> |
ServiceRegistry.getExportedInstances(Class<T> clazz)
Get the set of currently available services of the given
Class type. |
<T> Set<ExportedInstance<T>> |
ServiceRegistry.getExportedInstances(String clazz)
Get the set of currently available services types with
Class.getName() matching the given name. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.