Package net.md_5.specialsource.provider
Class ClassLoaderProvider
java.lang.Object
net.md_5.specialsource.provider.ClassLoaderProvider
- All Implemented Interfaces:
InheritanceProvider
Lookup inheritance from a class in a given URLClassLoader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParents(String owner) Get the superclass and implemented interfaces of a class
-
Constructor Details
-
ClassLoaderProvider
public ClassLoaderProvider()
-
-
Method Details
-
getParents
Description copied from interface:InheritanceProviderGet the superclass and implemented interfaces of a class- Specified by:
getParentsin interfaceInheritanceProvider- Parameters:
owner-- Returns:
- List of interfaces, or null if no information is available and other providers should be checked
-