public class ClassBinaryScanner extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassBinaryScanner.InputStreamResource
InputStream-based resource for class scanning purpose (in the format required by bndlib).
|
static class |
ClassBinaryScanner.ScanResult
Contains the result of class binary scanning.
|
| Constructor and Description |
|---|
ClassBinaryScanner() |
| Modifier and Type | Method and Description |
|---|---|
static ClassBinaryScanner.ScanResult |
scanClassBinary(aQute.bnd.osgi.Clazz clazz)
Scans class binary to extract 1) referred classes 2) imported packages 3) the class's superclass.
|
public static ClassBinaryScanner.ScanResult scanClassBinary(aQute.bnd.osgi.Clazz clazz) throws IOException
clazz - the input class binaryIOException - if the scan dies along the wayCopyright © 2019 Atlassian. All rights reserved.