Class UrlDownloader


  • public class UrlDownloader
    extends java.lang.Object
    Author:
    lesters
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlDownloader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid()  
      void shutdown()  
      java.io.File waitFor​(com.yahoo.config.UrlReference urlReference, long timeout)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlDownloader

        public UrlDownloader()
    • Method Detail

      • shutdown

        public void shutdown()
      • isValid

        public boolean isValid()
      • waitFor

        public java.io.File waitFor​(com.yahoo.config.UrlReference urlReference,
                                    long timeout)