Package com.oxygenxml.editor.editors
Class ExtensionsBundleContributor
java.lang.Object
com.oxygenxml.editor.editors.ExtensionsBundleContributor
Provider for an extensions bundle based certain parameters.
- Since:
- 17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateExtensionsBundle
(URL resourceURL, DocumentTypeInformation documentTypeInfo) Returns an extension bundle for the given resource URL.
-
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.
-