Uses of Class
org.xwiki.extension.ExtensionLicense
Packages that use ExtensionLicense
-
Uses of ExtensionLicense in org.xwiki.extension
Fields in org.xwiki.extension with type parameters of type ExtensionLicenseMethods in org.xwiki.extension that return ExtensionLicenseModifier and TypeMethodDescriptionExtensionLicenseManager.getLicense
(String name) Get known license by its name.Methods in org.xwiki.extension that return types with arguments of type ExtensionLicenseModifier and TypeMethodDescriptionAbstractExtension.getLicenses()
Extension.getLicenses()
ExtensionLicenseManager.getLicenses()
Methods in org.xwiki.extension with parameters of type ExtensionLicenseModifier and TypeMethodDescriptionvoid
AbstractExtension.addLicense
(ExtensionLicense license) void
ExtensionLicenseManager.addLicense
(ExtensionLicense license) Add new license.void
MutableExtension.addLicense
(ExtensionLicense license) Add a new license to the extension.Method parameters in org.xwiki.extension with type arguments of type ExtensionLicenseModifier and TypeMethodDescriptionvoid
AbstractExtension.setLicenses
(Collection<ExtensionLicense> licenses) void
MutableExtension.setLicenses
(Collection<ExtensionLicense> licenses) -
Uses of ExtensionLicense in org.xwiki.extension.wrap
Methods in org.xwiki.extension.wrap that return types with arguments of type ExtensionLicense