@Adaptive public class AdaptiveExtensionFactory extends Object implements ExtensionFactory
| Constructor and Description |
|---|
AdaptiveExtensionFactory() |
| 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–2022 The Apache Software Foundation. All rights reserved.