Interface FirefoxExtension

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getPreferences()
      Returns the Firefox preferences which should be set.
      java.io.InputStream getXpiInputStream()
      Returns the InputStream of the xpt file to be installed.
    • Method Detail

      • getXpiInputStream

        java.io.InputStream getXpiInputStream()
        Returns the InputStream of the xpt file to be installed.
        Returns:
        the InputStream of the xpt file to be installed
        Since:
        2.0.0
      • getPreferences

        java.util.Map<java.lang.String,​java.lang.Object> getPreferences()
        Returns the Firefox preferences which should be set.
        Returns:
        the Firefox preferences which should be set
        Since:
        2.0.0