public class TypesMap
extends java.lang.Object
Constructor and Description |
---|
TypesMap() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ClassHierarchy> |
find(java.lang.String type) |
static ClassHierarchy |
getAnnotated(java.lang.String path) |
static ClassHierarchy |
isType(java.lang.String path,
java.lang.String type)
get a class hierarchy based on the full path to the class under scrutiny (will be the full path to a file in the
case of of a non-zipped file, or a jar: URL pointing to an entry if jarred), and the type to match against, e.g.
|
static void |
load(java.net.URL url) |
public static void load(java.net.URL url) throws java.io.IOException
java.io.IOException
public static ClassHierarchy isType(java.lang.String path, java.lang.String type)
path
- type
- public static java.util.List<ClassHierarchy> find(java.lang.String type) throws java.io.IOException
java.io.IOException
public static ClassHierarchy getAnnotated(java.lang.String path) throws java.io.IOException
java.io.IOException