|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.it.plugin.SimplePlugin
public class SimplePlugin
Provides the key and display name of a plugin. Cannot be installed into Confluence.
UploadablePlugin
Field Summary |
---|
Fields inherited from interface com.atlassian.confluence.it.plugin.Plugin |
---|
PLUGIN_DESCRIPTOR_FILENAME |
Constructor Summary | |
---|---|
SimplePlugin(java.lang.String key,
java.lang.String displayName)
|
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
|
java.lang.String |
getKey()
The plugin key of the plugin. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimplePlugin(java.lang.String key, java.lang.String displayName)
Method Detail |
---|
public java.lang.String getKey()
Plugin
getKey
in interface Plugin
public java.lang.String getDisplayName()
getDisplayName
in interface Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |