com.atlassian.confluence.it.plugin
Class SimplePlugin
java.lang.Object
com.atlassian.confluence.it.plugin.SimplePlugin
- All Implemented Interfaces:
- Plugin
public class SimplePlugin
- extends Object
- implements Plugin
Provides the key and display name of a plugin. Cannot be installed into Confluence.
- See Also:
UploadablePlugin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimplePlugin
public SimplePlugin(String key,
String displayName)
getKey
public String getKey()
- Description copied from interface:
Plugin
- The plugin key of the plugin.
- Specified by:
getKey
in interface Plugin
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface Plugin
- Returns:
- the full name of the plugin, used to ensure that the plugin was uploaded successfully
Copyright © 2003-2013 Atlassian. All Rights Reserved.