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) class
LinuxFirefoxProfileSource
Searches for Firefox profile on an Linux / Unix base system.(package private) class
OsxFirefoxProfileSource
Searches for Firefox profile on an OSX system.(package private) class
WinFirefoxProfileSource
Finds the Firefox profile on Windows platforms.Fields in com.github.markusbernhardt.proxy.search.browser.firefox declared as FirefoxProfileSource Modifier and Type Field Description private FirefoxProfileSource
FirefoxProxySearchStrategy. profileScanner
Methods in com.github.markusbernhardt.proxy.search.browser.firefox with parameters of type FirefoxProfileSource Modifier and Type Method Description protected java.io.File
FirefoxSettingParser. getSettingsFile(FirefoxProfileSource source)
Reads the profile.ini, searches for the profiles directory and returns a file object pointing to the settings file.java.util.Properties
FirefoxSettingParser. parseSettings(FirefoxProfileSource source)
Parse the settings file and extract all network.proxy.* settings from it.
-