Class DefaultPublishingDRResolver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
        Parameters:
        published - ModuleDescriptor
        publishedStatus - ditto
        depMrid - ModuleRevisionId
        status - ditto
        Returns:
        the revision of the dependency