org.apache.ivy.core.deliver
Class DefaultPublishingDRResolver

java.lang.Object
  extended by org.apache.ivy.core.deliver.DefaultPublishingDRResolver
All Implemented Interfaces:
PublishingDependencyRevisionResolver

public class DefaultPublishingDRResolver
extends java.lang.Object
implements PublishingDependencyRevisionResolver


Constructor Summary
DefaultPublishingDRResolver()
           
 
Method Summary
 java.lang.String resolve(ModuleDescriptor published, java.lang.String publishedStatus, ModuleRevisionId depMrid, java.lang.String status)
          Returns the revision of the dependency for the publishing of the 'published' module in 'publishedStatus' status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPublishingDRResolver

public DefaultPublishingDRResolver()
Method Detail

resolve

public java.lang.String resolve(ModuleDescriptor published,
                                java.lang.String publishedStatus,
                                ModuleRevisionId depMrid,
                                java.lang.String status)
Description copied from interface: PublishingDependencyRevisionResolver
Returns the revision of the dependency for the publishing of the 'published' module in 'publishedStatus' status.

Specified by:
resolve in interface PublishingDependencyRevisionResolver
Returns:
the revision of the dependency