|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.osgi.util.ClassBinaryScanner
public class ClassBinaryScanner
Contains all the utility methods and classes for scanning class file binary.
| Nested Class Summary | |
|---|---|
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 Summary | |
|---|---|
ClassBinaryScanner()
|
|
| Method Summary | |
|---|---|
static ClassBinaryScanner.ScanResult |
scanClassBinary(aQute.lib.osgi.Clazz clazz)
Scans class binary to extract 1) referred classes 2) imported packages 3) the class's superclass. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassBinaryScanner()
| Method Detail |
|---|
public static ClassBinaryScanner.ScanResult scanClassBinary(aQute.lib.osgi.Clazz clazz)
throws java.io.IOException
clazz - the input class binary
java.io.IOException - if the scan dies along the way
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||