Class FileReferenceDownload

java.lang.Object
com.yahoo.vespa.filedistribution.FileReferenceDownload

public class FileReferenceDownload extends Object
  • Constructor Details

    • FileReferenceDownload

      public FileReferenceDownload(com.yahoo.config.FileReference fileReference, String client)
    • FileReferenceDownload

      public FileReferenceDownload(com.yahoo.config.FileReference fileReference, String client, boolean downloadFromOtherSourceIfNotFound)
  • Method Details

    • fileReference

      public com.yahoo.config.FileReference fileReference()
    • downloadFromOtherSourceIfNotFound

      public boolean downloadFromOtherSourceIfNotFound()
    • client

      public String client()
    • toString

      public String toString()
      Overrides:
      toString in class Object