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 Object
implements PublishingDependencyRevisionResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve
(ModuleDescriptor published, String publishedStatus, ModuleRevisionId depMrid, String status) Returns the revision of the dependency for the publishing of the 'published' module in 'publishedStatus' status.
-
Constructor Details
-
DefaultPublishingDRResolver
public DefaultPublishingDRResolver()
-
-
Method Details
-
resolve
public String resolve(ModuleDescriptor published, String publishedStatus, ModuleRevisionId depMrid, 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 interfacePublishingDependencyRevisionResolver
- Parameters:
published
- ModuleDescriptorpublishedStatus
- dittodepMrid
- ModuleRevisionIdstatus
- ditto- Returns:
- the revision of the dependency
-