| Package | Description |
|---|---|
| net.md_5.specialsource | |
| net.md_5.specialsource.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
InheritanceMap |
| Modifier and Type | Method and Description |
|---|---|
void |
InheritanceMap.generate(InheritanceProvider inheritanceProvider,
Collection<String> classes)
Generate an inheritance map for the given classes
|
void |
JarMapping.setFallbackInheritanceProvider(InheritanceProvider fallbackInheritanceProvider)
Set the inheritance provider to be consulted if the inheritance map has
no information on the requested class (results will be cached in the
inheritance map).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassLoaderProvider
Lookup inheritance from a class in a given URLClassLoader.
|
class |
JarProvider
Lookup inheritance from a class given a jar.
|
class |
JointProvider
Lookup inheritance information from multiple sources, in order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JointProvider.add(InheritanceProvider inheritanceProvider) |
Copyright © 2012-2015. All Rights Reserved.