|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tc.backport175.bytecode.DefaultBytecodeProvider
public class DefaultBytecodeProvider
Default implementation of the org.codehaus.backport175.reader.bytecode.spi.BytecodeProvider interface which
reads the bytecode from disk.
| Constructor Summary | |
|---|---|
DefaultBytecodeProvider()
|
|
| Method Summary | |
|---|---|
byte[] |
getBytecode(java.lang.String className,
java.lang.ClassLoader loader)
Returns the bytecode for a specific class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultBytecodeProvider()
| Method Detail |
|---|
public byte[] getBytecode(java.lang.String className,
java.lang.ClassLoader loader)
throws java.lang.ClassNotFoundException,
java.io.IOException
getBytecode in interface BytecodeProviderclassName - the fully qualified name of the classloader - the class loader that has loaded the class
java.lang.ClassNotFoundException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||