Class ClasspathUploadablePlugin

    • Constructor Detail

      • ClasspathUploadablePlugin

        public ClasspathUploadablePlugin​(String key,
                                         String displayName,
                                         String resourceName)
        Deprecated.
        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
    • Method Detail

      • getKey

        public String getKey()
        Deprecated.
        Description copied from interface: Plugin
        The plugin key of the plugin.
        Specified by:
        getKey in interface Plugin
      • getDisplayName

        public String getDisplayName()
        Deprecated.
        Specified by:
        getDisplayName in interface Plugin
        Returns:
        the full name of the plugin, used to ensure that the plugin was uploaded successfully
      • getFile

        public File getFile()
        Deprecated.
        Specified by:
        getFile in interface UploadablePlugin
        Returns:
        the JAR file of the plugin to upload.