com.dtolabs.rundeck.core.common
Interface URLFileUpdaterFactory

All Known Implementing Classes:
URLFileUpdater.Factory

public interface URLFileUpdaterFactory

URLFileUpdaterFactory can create FileUpdater instances given a URL


Method Summary
 FileUpdater fileUpdaterFromURL(java.net.URL url, java.lang.String username, java.lang.String password)
          Return a FileUpdater that can update a destination file from the given URL and username/password
 

Method Detail

fileUpdaterFromURL

FileUpdater fileUpdaterFromURL(java.net.URL url,
                               java.lang.String username,
                               java.lang.String password)
Return a FileUpdater that can update a destination file from the given URL and username/password