Class ExtensionsBundleContributor

java.lang.Object
com.oxygenxml.editor.editors.ExtensionsBundleContributor

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

    • ExtensionsBundleContributor

      public ExtensionsBundleContributor()
  • Method Details

    • createExtensionsBundle

      public ExtensionsBundle createExtensionsBundle(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.