fr.jayasoft.ivy.resolver
Class ResolvedModuleRevisionProxy
java.lang.Object
fr.jayasoft.ivy.resolver.ResolvedModuleRevisionProxy
- All Implemented Interfaces:
- ResolvedModuleRevision
- public final class ResolvedModuleRevisionProxy
- extends java.lang.Object
- implements ResolvedModuleRevision
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_resolver
DependencyResolver _resolver
ResolvedModuleRevisionProxy
public ResolvedModuleRevisionProxy(ResolvedModuleRevision mr,
DependencyResolver resolver)
getResolver
public DependencyResolver getResolver()
- Specified by:
getResolver
in interface ResolvedModuleRevision
getId
public ModuleRevisionId getId()
- Specified by:
getId
in interface ResolvedModuleRevision
getPublicationDate
public java.util.Date getPublicationDate()
- Specified by:
getPublicationDate
in interface ResolvedModuleRevision
getDescriptor
public ModuleDescriptor getDescriptor()
- Specified by:
getDescriptor
in interface ResolvedModuleRevision
isDownloaded
public boolean isDownloaded()
- Specified by:
isDownloaded
in interface ResolvedModuleRevision
isSearched
public boolean isSearched()
- Specified by:
isSearched
in interface ResolvedModuleRevision