A B C D E F G H I M O R S T U V X 

A

attemptToDownload(URL) - Method in class com.lazerycode.selenium.download.FileDownloader
Attempt to download a file

B

BinaryFileNames - Enum in com.lazerycode.selenium.extract
 

C

checkFileHashes - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Enable the file hash check for downloaded files
checkRepositoryMapIsValid() - Method in class com.lazerycode.selenium.SeleniumServerMojo
Validate any custom repository maps that are supplied against the xsd.
com.lazerycode.selenium - package com.lazerycode.selenium
 
com.lazerycode.selenium.download - package com.lazerycode.selenium.download
 
com.lazerycode.selenium.extract - package com.lazerycode.selenium.extract
 
com.lazerycode.selenium.hash - package com.lazerycode.selenium.hash
 
com.lazerycode.selenium.repository - package com.lazerycode.selenium.repository
 
customRepositoryMap - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Absolute path to the XML RepositoryMap

D

DetectProxyConfig - Class in com.lazerycode.selenium.download
 
DetectProxyConfig() - Constructor for class com.lazerycode.selenium.download.DetectProxyConfig
 
downloadedZipFileDirectory - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Directory where downloaded standalone executable zip files will be saved
DownloadHandler - Class in com.lazerycode.selenium.download
 
DownloadHandler(File, File, int, int, int, Map<String, FileDetails>, boolean, boolean, boolean) - Constructor for class com.lazerycode.selenium.download.DownloadHandler
 

E

execute() - Method in class com.lazerycode.selenium.HelpMojo
execute() - Method in class com.lazerycode.selenium.SeleniumServerMojo
 
extractFileFromArchive(File, String, boolean, BinaryFileNames) - Static method in class com.lazerycode.selenium.extract.ExtractFilesFromArchive
Extract binary from a downloaded archive file
ExtractFilesFromArchive - Class in com.lazerycode.selenium.extract
 
ExtractFilesFromArchive() - Constructor for class com.lazerycode.selenium.extract.ExtractFilesFromArchive
 

F

FileDetails - Class in com.lazerycode.selenium.repository
 
FileDetails(String, String, String) - Constructor for class com.lazerycode.selenium.repository.FileDetails
 
FileDetails(URL, HashType, String) - Constructor for class com.lazerycode.selenium.repository.FileDetails
 
fileDownloadConnectTimeout - Variable in class com.lazerycode.selenium.SeleniumServerMojo
the number of milliseconds until this method will timeout if no connection could be established to remote file location
FileDownloader - Class in com.lazerycode.selenium.download
 
fileDownloadReadTimeout - Variable in class com.lazerycode.selenium.SeleniumServerMojo
the number of milliseconds until this method will timeout if if no data could be read from remote file location
fileDownloadRetryAttempts - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Number of times to retry the file download of each executable
FileHashChecker - Class in com.lazerycode.selenium.download
 
fileIsValid() - Method in class com.lazerycode.selenium.download.FileHashChecker
 

G

getBinaryFilenames() - Method in enum com.lazerycode.selenium.extract.BinaryFileNames
 
getFileLocation() - Method in class com.lazerycode.selenium.repository.FileDetails
 
getFilesToDownload() - Method in class com.lazerycode.selenium.repository.RepositoryParser
Parse the RepositoryMap.xml and return a HashMap of downloadable files.
getHash() - Method in class com.lazerycode.selenium.repository.FileDetails
 
getHashType() - Method in class com.lazerycode.selenium.repository.FileDetails
 
getHost() - Method in class com.lazerycode.selenium.download.DetectProxyConfig
 
getPort() - Method in class com.lazerycode.selenium.download.DetectProxyConfig
 
getSpecificExecutableVersions - Variable in class com.lazerycode.selenium.SeleniumServerMojo
A map of driver standalone versions to download
getStandaloneExecutableFiles() - Method in class com.lazerycode.selenium.download.DownloadHandler
 

H

HashType - Enum in com.lazerycode.selenium.hash
 
HelpMojo - Class in com.lazerycode.selenium
Display help information on driver-binary-downloader-maven-plugin.
Call mvn driver-binary-downloader:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class com.lazerycode.selenium.HelpMojo
 

I

isProxyAvailable() - Method in class com.lazerycode.selenium.download.DetectProxyConfig
 

M

matchesStructureOf(String) - Method in enum com.lazerycode.selenium.hash.HashType
 

O

onlyGetDriversForHostOperatingSystem - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Only get drivers that are compatible with the operating system running the plugin
onlyGetLatestVersions - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Only get the latest version of each standalone executable in RepositoryMap.xml
operatingSystems - Variable in class com.lazerycode.selenium.SeleniumServerMojo
The Operating systems you would like to download a standalone executable for
OSType - Enum in com.lazerycode.selenium
 
overwriteFilesThatExist - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Force the plugin to overwrite any files that have already been extracted from a valid zip file

R

RepositoryParser - Class in com.lazerycode.selenium.repository
 
RepositoryParser(InputStream, ArrayList<OSType>, boolean, boolean, boolean, boolean) - Constructor for class com.lazerycode.selenium.repository.RepositoryParser
 
rootStandaloneServerDirectory - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Root directory where the standalone server file structure will be created and files will be saved

S

SeleniumServerMojo - Class in com.lazerycode.selenium
Selenium Standalone Server Maven Plugin
SeleniumServerMojo() - Constructor for class com.lazerycode.selenium.SeleniumServerMojo
 
setConnectTimeout(int) - Method in class com.lazerycode.selenium.download.FileDownloader
 
setExpectedHash(String, HashType) - Method in class com.lazerycode.selenium.download.FileHashChecker
 
setReadTimeout(int) - Method in class com.lazerycode.selenium.download.FileDownloader
 
sixtyFourBitBinaries - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Download 64 bit standalone executable
specifySpecificExecutableVersions(Map<String, String>) - Method in class com.lazerycode.selenium.repository.RepositoryParser
Supply a specific map of drivers and versions to download.

T

thirtyTwoBitBinaries - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Download 32 bit standalone executable
throwExceptionIfSpecifiedVersionIsNotFound - Variable in class com.lazerycode.selenium.SeleniumServerMojo
Throw an exception if any of the specified standalone versions do not exist in the repository map

U

useSystemProxy - Variable in class com.lazerycode.selenium.SeleniumServerMojo
If the environmental variables http.proxyHost, and http.proxyPort are set they will be used for http/https calls

V

valueOf(String) - Static method in enum com.lazerycode.selenium.extract.BinaryFileNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lazerycode.selenium.hash.HashType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lazerycode.selenium.OSType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.lazerycode.selenium.extract.BinaryFileNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lazerycode.selenium.hash.HashType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lazerycode.selenium.OSType
Returns an array containing the constants of this enum type, in the order they are declared.

X

xmlRepositoryMap - Variable in class com.lazerycode.selenium.SeleniumServerMojo
 
A B C D E F G H I M O R S T U V X 

Copyright © 2014. All Rights Reserved.