|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.backport175.reader.bytecode.DefaultBytecodeProvider
public class DefaultBytecodeProvider
Default implementation of the 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.Exception
getBytecode in interface BytecodeProviderclassName - the fully qualified name of the classloader - the class loader that has loaded the class
java.lang.Exception - upon failure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||