|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the mapping descriptor for Java classes. The engines use resolvers to obtain the mapping descriptor for a particular Java class, or to list all the known descriptors. Although the interface is identical, each engine will use a resolver that returns class descriptor suitable for that particular engine. Resolvers are immutable and engines need not cache the returned descriptors.
Method Summary | |
java.lang.ClassLoader |
getClassLoader()
Returns the class loader associated with this mapping resolver if one was specified. |
ClassDescriptor |
getDescriptor(java.lang.Class javaClass)
Returns the class descriptor for the specified Java class. |
java.util.Enumeration |
listDescriptors()
Returns an enumeration of all the known descriptors. |
java.util.Enumeration |
listJavaClasses()
Returns an enumeration of all the supported Java classes. |
Method Detail |
public ClassDescriptor getDescriptor(java.lang.Class javaClass)
javaClass
- The Java class
public java.util.Enumeration listDescriptors()
ClassDescriptor
.
public java.util.Enumeration listJavaClasses()
public java.lang.ClassLoader getClassLoader()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |