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 Type
    Method
    Description
    The 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

      Set<String> 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

      Set<String> 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.