|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.umlv.corosol.component.impl.AbstractJVMComponent
fr.umlv.corosol.component.impl.DefaultJClassLoader
fr.umlv.corosol.component.impl.JDK1_5JClassLoader
public class JDK1_5JClassLoader
This class represents the jdk1.5 implementation of the fr.umlv.corosol.component.JClassLoader interface.
| Constructor Summary | |
|---|---|
JDK1_5JClassLoader()
The default constructor. |
|
| Method Summary | |
|---|---|
JClass |
createArrayClass(java.lang.String name)
Creates a JClass corresponding to the class array specified by the fully qualified name passed in parameter. |
JClass |
createClass(JClassFile classfile)
Creates a JClass object from the classfile data specified by the JClassFile instance. |
| Methods inherited from class fr.umlv.corosol.component.impl.DefaultJClassLoader |
|---|
configure, createField, createMethod, getComponentClass, isInterface, isSuperclass, loadClass, loadPrimitiveClass, resolveClass, resolveField, resolveInterfaceMethod, resolveMethod, toString |
| Methods inherited from class fr.umlv.corosol.component.impl.AbstractJVMComponent |
|---|
replace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fr.umlv.corosol.component.JVMComponent |
|---|
replace |
| Constructor Detail |
|---|
public JDK1_5JClassLoader()
| Method Detail |
|---|
public JClass createClass(JClassFile classfile)
createClass in interface JClassLoadercreateClass in class DefaultJClassLoaderclassfile - a classfile
public JClass createArrayClass(java.lang.String name)
createArrayClass in interface JClassLoadercreateArrayClass in class DefaultJClassLoadername - the fully qualified name of an array class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||