public class AutoDiscovery extends Object
DynamicLinkerFactory instead.| Modifier and Type | Method and Description |
|---|---|
static List<GuardingDynamicLinker> |
loadLinkers()
Discovers all guarding dynamic linkers listed in JAR files of the context class loader of the current thread.
|
static List<GuardingDynamicLinker> |
loadLinkers(ClassLoader cl)
Discovers all guarding dynamic linkers listed in JAR files of the specified class loader.
|
public static List<GuardingDynamicLinker> loadLinkers()
public static List<GuardingDynamicLinker> loadLinkers(ClassLoader cl)
cl - the class loader to useCopyright © 2013 Attila Szegedi. All Rights Reserved.