public class SpiExtensionFactory extends Object implements ExtensionFactory
| Constructor and Description |
|---|
SpiExtensionFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getExtension(Class<T> type,
String name)
Get extension.
|
public <T> T getExtension(Class<T> type, String name)
ExtensionFactorygetExtension in interface ExtensionFactorytype - object type.name - object name.Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.