Uses of Interface
com.atlassian.plugin.metadata.RequiredPluginProvider

Packages that use RequiredPluginProvider
com.atlassian.plugin.metadata   
 

Uses of RequiredPluginProvider in com.atlassian.plugin.metadata
 

Classes in com.atlassian.plugin.metadata that implement RequiredPluginProvider
 class ClasspathFilePluginMetadata
          Looks 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 RequiredPluginProvider
DefaultRequiredPluginValidator(PluginAccessor pluginAccessor, RequiredPluginProvider requiredPluginProvider)
           
 



Copyright © 2014 Atlassian. All Rights Reserved.