|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ClassLoader
edu.tum.cs.commons.reflect.InMemoryClassLoader
public class InMemoryClassLoader
Class loader used to directly load a raw array of byte code.
| Constructor Summary | |
|---|---|
InMemoryClassLoader()
Constructor. |
|
InMemoryClassLoader(ClassLoader parent)
Constructor. |
|
InMemoryClassLoader(ClassLoader parent,
String className,
byte[] byteCode)
Constructor. |
|
InMemoryClassLoader(String className,
byte[] byteCode)
Constructor. |
|
| Method Summary | |
|---|---|
void |
insertClass(String className,
byte[] byteCode)
Inserts a class into this class loader (i.e. makes it available for later calls). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InMemoryClassLoader()
public InMemoryClassLoader(ClassLoader parent)
public InMemoryClassLoader(String className,
byte[] byteCode)
public InMemoryClassLoader(ClassLoader parent,
String className,
byte[] byteCode)
| Method Detail |
|---|
public void insertClass(String className,
byte[] byteCode)
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||