Interface ResolverPackageCommand

All Known Implementing Classes:
AbstractResolverPackageCommand, ByCDR, ByPackageMapping

public interface ResolverPackageCommand
A command used by a resolver strategy to get class descriptors for a package. The number of class descriptors returned will vary between zero and many... Commands are planned to be something like a service which might get invoked multiple times in parallel. So no resolve specific states are allowed to be stored in the class state!
Since:
1.2
Version:
$Revision$ $Date$
Author:
Joachim Grueneis