public final class PluginUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T extends NamedProvider> |
getHighestPriorityProvider(ApplicationContext applicationContext,
Class<T> t)
Returns the highest priority
PluginProvider of specified type defined in
given application context. |
public static <T extends NamedProvider> T getHighestPriorityProvider(ApplicationContext applicationContext, Class<T> t)
PluginProvider
of specified type defined in
given application context.