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
 Set<String> getRequiredModuleKeys()
          The set of all of the plugin modules that have been marked as required by the host application.
 Set<String> getRequiredPluginKeys()
          The set of all of the plugins that have been marked as required by the host application.
 

Method Detail

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.


Copyright © 2013 Atlassian. All Rights Reserved.