public interface AddonRegistry extends AddonView
Addon instances.| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
getExportedTypes()
|
<T> Set<Class<T>> |
getExportedTypes(Class<T> type)
Get a
Set of currently available Exported service types for which
Class.isAssignableFrom(Class) returns true. |
<T> Imported<T> |
getServices(Class<T> clazz)
|
<T> Imported<T> |
getServices(String clazz)
Return an
Imported instance that can be used to obtain all currently available Exported services with
Class.getName() matching the given name. |
<T> Imported<T> getServices(Class<T> clazz)
Imported instance that can be used to obtain all currently available Exported services of the
given Class type.Imported (Never null.)<T> Imported<T> getServices(String clazz)
Imported instance that can be used to obtain all currently available Exported services with
Class.getName() matching the given name.Imported (Never null.)Copyright © 2013 JBoss by Red Hat. All Rights Reserved.