Class URLFileUpdater.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FileUpdater fileUpdaterFromURL​(java.net.URL url, java.lang.String username, java.lang.String password)  
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory()
    • Method Detail

      • fileUpdaterFromURL

        public FileUpdater fileUpdaterFromURL​(java.net.URL url,
                                              java.lang.String username,
                                              java.lang.String password)
        Specified by:
        fileUpdaterFromURL in interface URLFileUpdaterFactory
        Parameters:
        url - url
        username - username
        password - password
        Returns:
        a FileUpdater that can update a destination file from the given URL and username/password