public class Plugins extends Object
| Constructor and Description |
|---|
Plugins() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
getImplementations(Class<T> interfaze)
instances of provided implementations for the given interface
|
static <T extends Plugin> |
process(Class<T> pluginInterface) |
static <T extends Plugin> |
process(Class<T> pluginInterface,
Class<? extends InvocationHandler> processingType) |
public static <T extends Plugin> T process(Class<T> pluginInterface, Class<? extends InvocationHandler> processingType)
Copyright © 2012–2018. All rights reserved.