Package com.atlassian.plugin.metadata
Interface RequiredPluginProvider
- All Known Implementing Classes:
ClasspathFilePluginMetadata
public interface RequiredPluginProvider
Provides the keys for both plugins and modules that have
been marked as required by the host application.
- Since:
- 2.6.6
-
Method Summary
Modifier and TypeMethodDescriptionThe set of all of the plugin modules that have been marked as required by the host application.The set of all of the plugins that have been marked as required by the host application.
-
Method Details
-
getRequiredPluginKeys
The set of all of the plugins that have been marked as required by the host application.- Returns:
- The set of plugins required by the host application, or the empty set.
-
getRequiredModuleKeys
The set of all of the plugin modules that have been marked as required by the host application.- Returns:
- The set of plugin modules required by the host application, or the empty set.
-