public interface MappingLoader
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
BindingType |
getBindingType() |
ClassLoader |
getClassLoader()
Returns the class loader associated with this mapping loader if one was specified.
|
ClassDescriptor |
getDescriptor(String classname)
Returns the ClassDescriptor for the class with the given name.
|
List<ClassDescriptor> |
getDescriptors()
Returns a List of
ClassDescriptors of all known descriptors. |
String |
getSourceType() |
void |
setClassLoader(ClassLoader loader) |
BindingType getBindingType()
String getSourceType()
void clear()
void setClassLoader(ClassLoader loader)
ClassLoader getClassLoader()
ClassDescriptor getDescriptor(String classname)
classname - The className for which to return the associated ClassDescriptor.List<ClassDescriptor> getDescriptors()
ClassDescriptors of all known descriptors.ClassDescriptorCopyright © 2016. All rights reserved.