Type
- the extension typepublic class ListExtensionRegistry<Type> extends java.lang.Object implements ExtensionsRegistry
Constructor and Description |
---|
ListExtensionRegistry(java.lang.Class<Type> type,
java.util.List<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)
ExtensionsRegistry
getExtensions
in interface ExtensionsRegistry
T
- generic extension typeextensionType
- the extension type© 2001-2014 TIBCO Software Inc. www.jaspersoft.com