Class SpringComponentUploadablePlugin
- java.lang.Object
-
- com.atlassian.confluence.it.plugin.ClasspathUploadablePlugin
-
- com.atlassian.confluence.it.plugin.SpringComponentUploadablePlugin
-
- All Implemented Interfaces:
Plugin
,UploadablePlugin
public class SpringComponentUploadablePlugin extends ClasspathUploadablePlugin
A plugin containing a Spring component which will be loaded from the classpath.
-
-
Field Summary
-
Fields inherited from interface com.atlassian.confluence.it.plugin.Plugin
PLUGIN_DESCRIPTOR_FILENAME
-
-
Constructor Summary
Constructors Constructor Description SpringComponentUploadablePlugin(String key, String displayName, String resourceName, String componentName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComponentName()
-
Methods inherited from class com.atlassian.confluence.it.plugin.ClasspathUploadablePlugin
getDisplayName, getFile, getKey
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.it.plugin.UploadablePlugin
undeprecated
-
-