|
Class Summary |
| AbstractResolverClassCommand |
The abstract resolver command provides the argument checking, writes a debug
message and reads the class loader from the properties... |
| AbstractResolverPackageCommand |
The abstract resolver command provides the argument checking, writes a debug
message and reads the class loader from the properties... |
| ByCDR |
Resolves a class by reading the package level class-descriptor-resolver file
and loading all descriptors mentioned inside. |
| ByDescriptorClass |
Resolve a class by looking for a descriptor class 'nearby'. |
| ByIntrospection |
Resolve a class by creating a generic descriptor based on the informations
read from the class with introspection. |
| ByMappingLoader |
How to sought a descriptor for a class in a specified mapping loader. |
| ByPackageMapping |
Tries to load the package mapping file for the given package. |
| CastorXMLStrategy |
The Castor XML resolver strategy implements the resolving behaviour as it had
been implmented before this refactoring step. |
| ResolveHelpers |
Some helpers used by the resolver commands. |