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