Package fr.jayasoft.ivy.resolver

Interface Summary
HasLatestStrategy  
URLLister  
 

Class Summary
AbstractResolver This abstract resolver only provides handling for resolver name
AbstractResourceResolver  
AbstractURLResolver Deprecated. use RepositoryResolver instead
ApacheHttpURLLister  
BasicResolver  
CacheResolver  
ChainResolver  
ChainResolver.ResolvedModuleRevisionArtifactInfo  
DualResolver DualResolver is used to resolve dependencies with one dependency revolver, called ivy resolver, and then download artifacts found in the resolved dependencies from a second dependency resolver, called artifact resolver.
FileSystemResolver  
FileURLLister  
IBiblioResolver IBiblioResolver is a resolver which can be used to resolve dependencies found in the ibiblio maven repository, or similar repositories.
IvyRepResolver IvyRepResolver is a resolver which can be used to resolve dependencies found in the ivy official repository for ivy files and ibiblio maven repository for the artifacts, or similar repositories.
ModuleEntry  
OrganisationEntry  
RepositoryResolver  
ResolvedModuleRevisionProxy the same ResolvedModuleRevision except that we say that it is another resolver which resolved the dependency, so that it's it that is used for artifact download ==> forward all except getResolver method
ResolvedResource  
ResolverHelper  
RevisionEntry  
URLResolver This resolver is able to work with any URLs, it handles latest revisions with file and http urls only, and it does not handle publishing