Uses of Interface
com.github.markusbernhardt.proxy.search.browser.firefox.FirefoxProfileSource
-
Packages that use FirefoxProfileSource Package Description com.github.markusbernhardt.proxy.search.browser.firefox -
-
Uses of FirefoxProfileSource in com.github.markusbernhardt.proxy.search.browser.firefox
Classes in com.github.markusbernhardt.proxy.search.browser.firefox that implement FirefoxProfileSource Modifier and Type Class Description (package private) classLinuxFirefoxProfileSourceSearches for Firefox profile on an Linux / Unix base system.(package private) classOsxFirefoxProfileSourceSearches for Firefox profile on an OSX system.(package private) classWinFirefoxProfileSourceFinds the Firefox profile on Windows platforms.Fields in com.github.markusbernhardt.proxy.search.browser.firefox declared as FirefoxProfileSource Modifier and Type Field Description private FirefoxProfileSourceFirefoxProxySearchStrategy. profileScannerMethods in com.github.markusbernhardt.proxy.search.browser.firefox with parameters of type FirefoxProfileSource Modifier and Type Method Description protected java.io.FileFirefoxSettingParser. getSettingsFile(FirefoxProfileSource source)Reads the profile.ini, searches for the profiles directory and returns a file object pointing to the settings file.java.util.PropertiesFirefoxSettingParser. parseSettings(FirefoxProfileSource source)Parse the settings file and extract all network.proxy.* settings from it.
-