Interface PublishingDependencyRevisionResolver
- All Known Implementing Classes:
DefaultPublishingDRResolver
public interface PublishingDependencyRevisionResolver
-
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.
-
Method Details
-
resolve
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- ModuleDescriptorpublishedStatus- dittodepMrid- ModuleRevisionIdstatus- ditto- Returns:
- the revision of the dependency
-