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
IOException
public static List<Invocation> findUsages(Class<?> clasz, Set<Method> invokedMethods)
public static List<Invocation> findUsages(ClassLoader cl, String claszResourcePath, Set<Method> invokedMethods) throws IOException
IOException
public static List<Invocation> findUsages(String packageName, Set<Method> invokedMethods) throws IOException
IOException
Copyright © 2018 SPF4J. All rights reserved.