Package net.md_5.specialsource.provider
Class JointProvider
java.lang.Object
net.md_5.specialsource.provider.JointProvider
- All Implemented Interfaces:
InheritanceProvider
Lookup inheritance information from multiple sources, in order.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(InheritanceProvider inheritanceProvider) getParents(String owner) Get the superclass and implemented interfaces of a class
-
Constructor Details
-
JointProvider
public JointProvider()
-
-
Method Details
-
add
-
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
-