public class ClasspathFilePluginMetadata extends java.lang.Object implements RequiredPluginProvider
| Constructor and Description |
|---|
ClasspathFilePluginMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applicationProvided(Plugin plugin)
Is the
Plugin provided by (bundled with) the application. |
java.util.Set<java.lang.String> |
getRequiredModuleKeys()
The set of all of the plugin modules that have been marked as required by the host application.
|
java.util.Set<java.lang.String> |
getRequiredPluginKeys()
The set of all of the plugins that have been marked as required by the host application.
|
boolean |
required(ModuleDescriptor<?> module)
Is the
ModuleDescriptor required by the application for basic
operation. |
boolean |
required(Plugin plugin)
Is the
Plugin required by the application for basic operation. |
public boolean applicationProvided(Plugin plugin)
Plugin provided by (bundled with) the application.plugin - the pluginpublic boolean required(Plugin plugin)
Plugin required by the application for basic operation.plugin - the pluginpublic boolean required(ModuleDescriptor<?> module)
ModuleDescriptor required by the application for basic
operation.module - the module descriptorpublic java.util.Set<java.lang.String> getRequiredPluginKeys()
RequiredPluginProvidergetRequiredPluginKeys in interface RequiredPluginProviderpublic java.util.Set<java.lang.String> getRequiredModuleKeys()
RequiredPluginProvidergetRequiredModuleKeys in interface RequiredPluginProviderCopyright © 2013 Atlassian. All Rights Reserved.