Class AddonInfoList

    • Constructor Detail

      • AddonInfoList

        public AddonInfoList()
        Class constructor. Initializes a new -empty- instance of the AddonInfoList class.
      • AddonInfoList

        public AddonInfoList​(org.w3c.dom.Node root)
        Class constructor. Initializes a AddonInfoList instance based on the information included in the XML Node
        Parameters:
        root - Node instance representing the shortcut list information.
      • AddonInfoList

        public AddonInfoList​(org.w3c.dom.Document doc)
        Class constructor. Initializes a AddonInfoList instance based on the information included in the DOM Document
        Parameters:
        doc - Document instance representing the shortcut list information.
    • Method Detail

      • getAddonInfo

        public AddonInfo getAddonInfo​(java.lang.String id)
        Retrieve a AddonInfo by its id.
        Parameters:
        id - The id of the addon.
        Returns:
        the AddonInfo associated with the given name