Interface FirefoxProfileSource

All Known Implementing Classes:
LinuxFirefoxProfileSource, OsxFirefoxProfileSource, WinFirefoxProfileSource

interface FirefoxProfileSource
A profile source for Firefox profiles.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the profiles.ini file found on the current system.
  • Method Details

    • getProfilesIni

      File getProfilesIni() throws IOException
      Gets the profiles.ini file found on the current system.
      Returns:
      the config folder.
      Throws:
      IOException - on error.