public class DocFinder extends Object
| Modifier and Type | Field and Description |
|---|---|
static Class<?>[] |
CLASSES |
(package private) static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
DocFinder() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Class<?>,URL> |
findDocumentations(String[] packages) |
static boolean |
implementsInterface(Class<?> clazz,
Class<?> intf) |
static void |
main(String[] args) |
static boolean |
matches(String[] patterns,
Class<?> clazz) |
static org.slf4j.Logger log
public static final Class<?>[] CLASSES
Copyright © 2018. All rights reserved.