public class ConstantPoolScanner extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
dependencies(byte[] data)
Examines the constant pool of a class file and looks for references to other classes.
|
public static Set<String> dependencies(byte[] data) throws IOException
data - a Java class filesome.pkg.Outer$Inner)IOException - in case of malformed bytecodeCopyright © 2013. All Rights Reserved.