|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.metadata.ClasspathFilePluginMetadata
public class ClasspathFilePluginMetadata
Looks on the classpath for three files named:
| Constructor Summary | |
|---|---|
ClasspathFilePluginMetadata()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClasspathFilePluginMetadata()
| Method Detail |
|---|
public boolean applicationProvided(Plugin plugin)
Plugin provided by (bundled with) the application.
plugin - the plugin
public boolean required(Plugin plugin)
Plugin required by the application for basic operation.
plugin - the plugin
public boolean required(ModuleDescriptor<?> module)
ModuleDescriptor required by the application for basic
operation.
module - the module descriptor
public java.util.Set<java.lang.String> getRequiredPluginKeys()
RequiredPluginProvider
getRequiredPluginKeys in interface RequiredPluginProviderpublic java.util.Set<java.lang.String> getRequiredModuleKeys()
RequiredPluginProvider
getRequiredModuleKeys in interface RequiredPluginProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||