Package org.spf4j.base.asm
Class Scanner
- java.lang.Object
-
- org.spf4j.base.asm.Scanner
-
public final class Scanner extends Object
- Author:
- zoly
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Invocation>findUsages(com.google.common.base.Supplier<InputStream> classSupplier, Set<Method> invokedMethods)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)
-
-
-
Method Detail
-
findUsages
public static List<Invocation> findUsages(com.google.common.base.Supplier<InputStream> classSupplier, Set<Method> invokedMethods) throws IOException
- Throws:
IOException
-
findUsages
public static List<Invocation> findUsages(Class<?> clasz, Set<Method> invokedMethods)
-
findUsages
public static List<Invocation> findUsages(ClassLoader cl, String claszResourcePath, Set<Method> invokedMethods) throws IOException
- Throws:
IOException
-
findUsages
public static List<Invocation> findUsages(String packageName, Set<Method> invokedMethods) throws IOException
- Throws:
IOException
-
-