Interface FirefoxProfileSource
- All Known Implementing Classes:
LinuxFirefoxProfileSource
,OsxFirefoxProfileSource
,WinFirefoxProfileSource
interface FirefoxProfileSource
A profile source for Firefox profiles.
-
Method Summary
Modifier and TypeMethodDescriptionGets the profiles.ini file found on the current system.
-
Method Details
-
getProfilesIni
Gets the profiles.ini file found on the current system.- Returns:
- the config folder.
- Throws:
IOException
- on error.
-