public final class Scanner extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Invocation> |
findUsages(Class<?> clasz,
Set<Method> invokedMethods) |
static List<Invocation> |
findUsages(ClassLoader cl,
String claszResourcePath,
Set<Method> invokedMethods) |
static List<Invocation> |
findUsages(String packageName,
Set<Method> invokedMethods) |
static List<Invocation> |
findUsages(com.google.common.base.Supplier<InputStream> classSupplier,
Set<Method> invokedMethods) |
public static List<Invocation> findUsages(com.google.common.base.Supplier<InputStream> classSupplier, Set<Method> invokedMethods) throws IOException
IOExceptionpublic static List<Invocation> findUsages(Class<?> clasz, Set<Method> invokedMethods)
public static List<Invocation> findUsages(ClassLoader cl, String claszResourcePath, Set<Method> invokedMethods) throws IOException
IOExceptionpublic static List<Invocation> findUsages(String packageName, Set<Method> invokedMethods) throws IOException
IOExceptionCopyright © 2018 SPF4J. All rights reserved.