|
|||||||||||
| 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 | |
void |
clear()
|
java.util.Iterator |
descriptorIterator()
Returns an iterator over all the known descriptors in the original order they have been added. |
BindingType |
getBindingType()
|
java.lang.ClassLoader |
getClassLoader()
Returns the class loader associated with this mapping loader if one was specified. |
ClassDescriptor |
getDescriptor(java.lang.String classname)
Returns the ClassDescriptor for the class with the given name. |
java.lang.String |
getSourceType()
|
void |
setClassLoader(java.lang.ClassLoader loader)
|
| Method Detail |
public BindingType getBindingType()
public java.lang.String getSourceType()
public void clear()
public void setClassLoader(java.lang.ClassLoader loader)
public java.lang.ClassLoader getClassLoader()
public ClassDescriptor getDescriptor(java.lang.String classname)
classname - The className for which to return the associated ClassDescriptor.
public java.util.Iterator descriptorIterator()
ClassDescriptor.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||