Uses of Interface
com.atlassian.plugin.metadata.RequiredPluginProvider
Packages that use RequiredPluginProvider
-
Uses of RequiredPluginProvider in com.atlassian.plugin.metadata
Classes in com.atlassian.plugin.metadata that implement RequiredPluginProviderModifier and TypeClassDescriptionclassLooks on the classpath for three files named: application-provided-plugins.txt - used to list the plugin keys of all plugins that are provided by the host application application-required-plugins.txt - used to list the plugin keys that are considered required for the application to function correctly application-required-modules.txt - used to list the module keys that are considered required for the application to function correctly Note that all files in that package space with those names will be included.Constructors in com.atlassian.plugin.metadata with parameters of type RequiredPluginProviderModifierConstructorDescriptionDefaultRequiredPluginValidator(PluginAccessor pluginAccessor, RequiredPluginProvider requiredPluginProvider)