com.dtolabs.rundeck.core.common.impl
Class URLFileUpdater.Factory

java.lang.Object
  extended by com.dtolabs.rundeck.core.common.impl.URLFileUpdater.Factory
All Implemented Interfaces:
URLFileUpdaterFactory
Enclosing class:
URLFileUpdater

public static class URLFileUpdater.Factory
extends java.lang.Object
implements URLFileUpdaterFactory

Factory for constructing URLFileUpdater with basic settings


Constructor Summary
URLFileUpdater.Factory()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLFileUpdater.Factory

public URLFileUpdater.Factory()
Method Detail

fileUpdaterFromURL

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

Specified by:
fileUpdaterFromURL in interface URLFileUpdaterFactory