org.apache.ivy.core.deliver

Interface PublishingDependencyRevisionResolver

public interface PublishingDependencyRevisionResolver

Method Summary
Stringresolve(ModuleDescriptor published, String publishedStatus, ModuleRevisionId depMrid, String status)
Returns the revision of the dependency for the publishing of the 'published' module in 'publishedStatus' status.

Method Detail

resolve

public String resolve(ModuleDescriptor published, String publishedStatus, ModuleRevisionId depMrid, String status)
Returns the revision of the dependency for the publishing of the 'published' module in 'publishedStatus' status.

Parameters: published publishedStatus depMrid status

Returns: the revision of the dependency