B C E F G I M P R S T U V

B

BrowserAutoInstaller - Class in com.atlassian.browsers
 
BrowserAutoInstaller(BrowserConfiguration, InstallConfigurator) - Constructor for class com.atlassian.browsers.BrowserAutoInstaller
Takes a browserConfiguration which defines specifics for each client and a InstallConfigurator which allows post setup tasks to be executed specific for each client.
BrowserConfig - Class in com.atlassian.browsers
Contains the config for the browser such as the path to the binary to execute to start the browser as well as the path to the profile for the browser.
BrowserConfig(File, File, File) - Constructor for class com.atlassian.browsers.BrowserConfig
 
BrowserConfiguration - Interface in com.atlassian.browsers
Defaines the interface that each client has to implement to be used by the BrowserAutoInstaller.
BrowserType - Enum in com.atlassian.browsers
 
BrowserVersion - Enum in com.atlassian.browsers
Defines the available browser versions.

C

CHROME_XVFB - Static variable in class com.atlassian.browsers.BrowserAutoInstaller
 
com.atlassian.browsers - package com.atlassian.browsers
 

E

extractZip(File, String) - Static method in class com.atlassian.browsers.Utils
Will extract a zip file given by the internal path into the destination dir given

F

findFile(File, String, boolean) - Static method in class com.atlassian.browsers.Utils
Recursively searches for a file in a given path.

G

getBinaryPath() - Method in class com.atlassian.browsers.BrowserConfig
 
getBrowser() - Method in enum com.atlassian.browsers.BrowserVersion
 
getBrowserName() - Method in interface com.atlassian.browsers.BrowserConfiguration
 
getBrowserName() - Method in enum com.atlassian.browsers.BrowserVersion
 
getBrowserPath() - Method in class com.atlassian.browsers.BrowserConfig
 
getName() - Method in enum com.atlassian.browsers.BrowserType
 
getProfilePath() - Method in class com.atlassian.browsers.BrowserConfig
 
getTmpDir() - Method in interface com.atlassian.browsers.BrowserConfiguration
 
getVersion() - Method in enum com.atlassian.browsers.BrowserVersion
 

I

InstallConfigurator - Class in com.atlassian.browsers
An abstract class which needs to be passed to the BrowserAutoInstaller.
InstallConfigurator() - Constructor for class com.atlassian.browsers.InstallConfigurator
 

M

make755(File) - Static method in class com.atlassian.browsers.Utils
runs "chmod 755 " on the specified File

P

ProcessRunner - Class in com.atlassian.browsers
 
ProcessRunner() - Constructor for class com.atlassian.browsers.ProcessRunner
 

R

resourceExists(String) - Static method in class com.atlassian.browsers.Utils
Checks that a resource exists for the given path.
runProcess(ProcessBuilder) - Static method in class com.atlassian.browsers.ProcessRunner
 
runProcess(ProcessBuilder, File, boolean) - Static method in class com.atlassian.browsers.ProcessRunner
 
runProcessInBackground(ProcessBuilder, File) - Static method in class com.atlassian.browsers.ProcessRunner
 

S

setupBrowser() - Method in class com.atlassian.browsers.BrowserAutoInstaller
Setups the temporary directy to install the browser into as well as setting the dsiplay if required for Unix operating systems.
setupChromeBrowser(BrowserConfig) - Method in class com.atlassian.browsers.InstallConfigurator
 
setupFirefoxBrowser(BrowserConfig) - Method in class com.atlassian.browsers.InstallConfigurator
 

T

typeOf(String) - Static method in enum com.atlassian.browsers.BrowserType
 
typeOf(String) - Static method in enum com.atlassian.browsers.BrowserVersion
Determines the browser version based on the browser string passed in.

U

Utils - Class in com.atlassian.browsers
Utilities used by the BrowserAutoInstaller

V

valueOf(String) - Static method in enum com.atlassian.browsers.BrowserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.browsers.BrowserVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.browsers.BrowserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.browsers.BrowserVersion
Returns an array containing the constants of this enum type, in the order they are declared.

B C E F G I M P R S T U V

Copyright © 2011 Atlassian. All Rights Reserved.