Class OsxFirefoxProfileSource
- java.lang.Object
-
- com.github.markusbernhardt.proxy.search.browser.firefox.OsxFirefoxProfileSource
-
- All Implemented Interfaces:
FirefoxProfileSource
class OsxFirefoxProfileSource extends java.lang.Object implements FirefoxProfileSource
Searches for Firefox profile on an OSX system. This will scan the Library/Application Support/Firefox folder in the users home directory to find the profiles.
-
-
Constructor Summary
Constructors Constructor Description OsxFirefoxProfileSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getProfilesIni()
Get profiles.ini for the Linux Firefox profile
-
-
-
Method Detail
-
getProfilesIni
public java.io.File getProfilesIni()
Get profiles.ini for the Linux Firefox profile- Specified by:
getProfilesIni
in interfaceFirefoxProfileSource
- Returns:
- the config folder.
-
-