Uses of Interface
com.github.markusbernhardt.proxy.search.browser.firefox.FirefoxProfileSource
Packages that use FirefoxProfileSource
-
Uses of FirefoxProfileSource in com.github.markusbernhardt.proxy.search.browser.firefox
Classes in com.github.markusbernhardt.proxy.search.browser.firefox that implement FirefoxProfileSourceModifier and TypeClassDescription(package private) class
Searches for Firefox profile on an Linux / Unix base system.(package private) class
Searches for Firefox profile on an OSX system.(package private) class
Finds the Firefox profile on Windows platforms.Fields in com.github.markusbernhardt.proxy.search.browser.firefox declared as FirefoxProfileSourceModifier and TypeFieldDescriptionprivate FirefoxProfileSource
FirefoxProxySearchStrategy.profileScanner
Methods in com.github.markusbernhardt.proxy.search.browser.firefox with parameters of type FirefoxProfileSourceModifier and TypeMethodDescriptionprotected File
FirefoxSettingParser.getSettingsFile
(FirefoxProfileSource source) Reads the profile.ini, searches for the profiles directory and returns a file object pointing to the settings file.FirefoxSettingParser.parseSettings
(FirefoxProfileSource source) Parse the settings file and extract all network.proxy.* settings from it.