org.openqa.selenium.firefox.internal
Class ProfilesIni

java.lang.Object
  extended by org.openqa.selenium.firefox.internal.ProfilesIni

public class ProfilesIni
extends java.lang.Object


Constructor Summary
ProfilesIni()
           
 
Method Summary
 java.util.Collection<FirefoxProfile> getExistingProfiles()
           
 FirefoxProfile getProfile(java.lang.String profileName)
           
protected  java.io.File locateAppDataDirectory(Platform os)
           
protected  FirefoxProfile newProfile(java.lang.String name, java.io.File appData, java.lang.String path, boolean isRelative)
           
protected  java.util.Map<java.lang.String,FirefoxProfile> readProfiles(java.io.File appData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilesIni

public ProfilesIni()
Method Detail

readProfiles

protected java.util.Map<java.lang.String,FirefoxProfile> readProfiles(java.io.File appData)

newProfile

protected FirefoxProfile newProfile(java.lang.String name,
                                    java.io.File appData,
                                    java.lang.String path,
                                    boolean isRelative)

getProfile

public FirefoxProfile getProfile(java.lang.String profileName)

getExistingProfiles

public java.util.Collection<FirefoxProfile> getExistingProfiles()

locateAppDataDirectory

protected java.io.File locateAppDataDirectory(Platform os)


Copyright © 2010. All Rights Reserved.