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