Class ClasspathUploadablePlugin
java.lang.Object
com.atlassian.confluence.it.plugin.ClasspathUploadablePlugin
- All Implemented Interfaces:
Plugin,UploadablePlugin
- Direct Known Subclasses:
SpringComponentUploadablePlugin
Deprecated.
An uploadable plugin that can be loaded as a classpath resource via
ClassLoader.getResource(String).-
Field Summary
Fields inherited from interface com.atlassian.confluence.it.plugin.Plugin
PLUGIN_DESCRIPTOR_FILENAME -
Constructor Summary
ConstructorsConstructorDescriptionClasspathUploadablePlugin(String key, String displayName, String resourceName) Deprecated.Specifies a plugin to be loaded from a classpath resource. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.it.plugin.UploadablePlugin
undeprecated
-
Constructor Details
-
ClasspathUploadablePlugin
Deprecated.Specifies a plugin to be loaded from a classpath resource.- Parameters:
key- the key of the plugindisplayName- the visible name of the plugin, used to verify its installationresourceName- the path to the plugin JAR as a classpath resource
-
-
Method Details
-
getKey
Deprecated.Description copied from interface:PluginThe plugin key of the plugin. -
getDisplayName
Deprecated.- Specified by:
getDisplayNamein interfacePlugin- Returns:
- the full name of the plugin, used to ensure that the plugin was uploaded successfully
-
getFile
Deprecated.- Specified by:
getFilein interfaceUploadablePlugin- Returns:
- the JAR file of the plugin to upload.
-
ClasspathUploadablePlugin.