com.lazerycode.selenium.download
Class DownloadHandler

java.lang.Object
  extended by com.lazerycode.selenium.download.DownloadHandler

public class DownloadHandler
extends Object


Constructor Summary
DownloadHandler(File rootStandaloneServerDirectory, File downloadedZipFileDirectory, int fileDownloadRetryAttempts, int fileDownloadConnectTimeout, int fileDownloadReadTimeout, Map<String,FileDetails> filesToDownload, boolean overwriteFilesThatExist)
           
 
Method Summary
 void getStandaloneExecutableFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadHandler

public DownloadHandler(File rootStandaloneServerDirectory,
                       File downloadedZipFileDirectory,
                       int fileDownloadRetryAttempts,
                       int fileDownloadConnectTimeout,
                       int fileDownloadReadTimeout,
                       Map<String,FileDetails> filesToDownload,
                       boolean overwriteFilesThatExist)
                throws Exception
Throws:
Exception
Method Detail

getStandaloneExecutableFiles

public void getStandaloneExecutableFiles()
                                  throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.