Package org.apache.ivy.core.deliver
Class DefaultPublishingDRResolver
- java.lang.Object
-
- org.apache.ivy.core.deliver.DefaultPublishingDRResolver
-
- All Implemented Interfaces:
PublishingDependencyRevisionResolver
public class DefaultPublishingDRResolver extends java.lang.Object implements PublishingDependencyRevisionResolver
-
-
Constructor Summary
Constructors Constructor Description DefaultPublishingDRResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringresolve(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.
-
-
-
Method Detail
-
resolve
public java.lang.String resolve(ModuleDescriptor published, java.lang.String publishedStatus, ModuleRevisionId depMrid, java.lang.String status)
Description copied from interface:PublishingDependencyRevisionResolverReturns the revision of the dependency for the publishing of the 'published' module in 'publishedStatus' status.- Specified by:
resolvein interfacePublishingDependencyRevisionResolver- Parameters:
published- ModuleDescriptorpublishedStatus- dittodepMrid- ModuleRevisionIdstatus- ditto- Returns:
- the revision of the dependency
-
-