Known Direct Subclasses
|
Class Overview
An uploadable plugin that can be loaded as a classpath resource via getResource(String).
Public Constructors
public
ClasspathUploadablePlugin
(String key, String displayName, String resourceName)
Specifies a plugin to be loaded from a classpath resource.
Parameters
| key
| the key of the plugin |
| displayName
| the visible name of the plugin, used to verify its installation |
| resourceName
| the path to the plugin JAR as a classpath resource
|
Public Methods
public
String
getDisplayName
()
public
String
getKey
()
The plugin key of the plugin.