public final class ClassLoaders extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAncestor(ClassLoader first,
ClassLoader second)
Returns true if the second classloader can be found in the first classloader's delegation
chain.
|
public static boolean isAncestor(ClassLoader first, ClassLoader second)