public class ByDescriptorClass extends AbstractResolverClassCommand
| Constructor and Description |
|---|
ByDescriptorClass()
No specific stuff needed.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
internalResolve(String className,
ClassLoader classLoader,
Map properties)
Tries to load an XMLClassDescriptor directly from an existing .class file.
|
resolveprotected Map internalResolve(String className, ClassLoader classLoader, Map properties) throws ResolverException
className + "Descriptor", and contain a valid XMLClassDescriptor. internalResolve in class AbstractResolverClassCommandclassName - the name of the class to resolveclassLoader - the class loader to useproperties - the resolve properties to useResolverException - if unrecoverable problems in resolve occuredCopyright © 2016. All rights reserved.