Class ExtensionsBundleContributor


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public class ExtensionsBundleContributor
    extends java.lang.Object
    Provider for an extensions bundle based certain parameters.
    Since:
    17
    • Constructor Detail

      • ExtensionsBundleContributor

        public ExtensionsBundleContributor()
    • Method Detail

      • createExtensionsBundle

        public ExtensionsBundle createExtensionsBundle​(java.net.URL resourceURL,
                                                       DocumentTypeInformation documentTypeInfo)
        Returns an extension bundle for the given resource URL.
        Parameters:
        resourceURL - The URL of the open resource.
        documentTypeInfo - Provides information about the document type configuration which was loaded for the current editor.
        Returns:
        An extensions bundle.