Class ResourceUrlCreator

java.lang.Object
net.sourceforge.jnlp.cache.ResourceUrlCreator

public class ResourceUrlCreator extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getUrls

      public List<URL> getUrls()
      Returns a list of URLs that the resources might be downloadable from. The Resources may not be downloadable from any of them. The returned order is the order the urls should be attempted in.
      Returns:
      a list of URLs that the resources might be downloadable from
    • getVersionedUrl

      protected URL getVersionedUrl()
      Returns the URL for this resource, including the resource's version number in the query string
      Returns:
      url with version cared about