Package net.md_5.specialsource.provider
Class JarProvider
java.lang.Object
net.md_5.specialsource.provider.JarProvider
- All Implemented Interfaces:
InheritanceProvider
Lookup inheritance from a class given a jar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetParents(String owner) Get the superclass and implemented interfaces of a class
-
Constructor Details
-
JarProvider
public JarProvider()
-
-
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
-