Type - the extension typepublic class SingletonExtensionRegistry<Type> extends java.lang.Object implements ExtensionsRegistry
| Constructor and Description |
|---|
SingletonExtensionRegistry(java.lang.Class<Type> type,
Type extension)
Creates a singleton extension registry.
|
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.List<T> |
getExtensions(java.lang.Class<T> extensionType)
Returns a list of extension objects for a specific extension type.
|
public <T> java.util.List<T> getExtensions(java.lang.Class<T> extensionType)
ExtensionsRegistrygetExtensions in interface ExtensionsRegistryT - generic extension typeextensionType - the extension type© 2001-2010 Jaspersoft Corporation www.jaspersoft.com