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
ClassDescriptor s 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()
ClassDescriptor
s of all known descriptors.ClassDescriptor
Copyright © 2015. All rights reserved.