org.exolab.castor.xml.util.resolvers
Class ByCDR
- ResolverPackageCommand
Resolves a class by reading the package level class-descriptor-resolver file
and loading all descriptors mentioned inside.
ByCDR() - No specific stuff needed.
|
protected Map | internalResolve(String packageName, ClassLoader classLoader, Map properties) - Tries to load the CDR file for the given package name using the provided
class loader.
|
ByCDR
public ByCDR()
No specific stuff needed.
internalResolve
protected Map internalResolve(String packageName,
ClassLoader classLoader,
Map properties)
throws ResolverException
Tries to load the CDR file for the given package name using the provided
class loader. If the CDR file is available and could be loaded properly the
descriptors listed in it are added to this cache.
If a descriptor is listed in the CDR file for the given package but
could not be loaded (e.g. because the reference class file is not
available) the descriptor is ignored but no exception is thrown.
If a CDR file is not available for the given package this method will
not load any descriptors and not throw any exceptions.
Further calls to this method with the same package name will not be
processed.
- internalResolve in interface AbstractResolverPackageCommand
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com