com.atlassian.webdriver.browsers.profile
Class ProfilePreferences

java.lang.Object
  extended by com.atlassian.webdriver.browsers.profile.ProfilePreferences

public class ProfilePreferences
extends Object

A class for reading a preferences file for a profile and extracting the properties. The format for preferences is value=key

Since:
2.1

Constructor Summary
ProfilePreferences(File preferencesFile)
           
 
Method Summary
 Map<String,Object> getPreferences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilePreferences

public ProfilePreferences(File preferencesFile)
Method Detail

getPreferences

public Map<String,Object> getPreferences()


Copyright © 2014 Atlassian. All rights reserved.