Resource

class Resource : IPluginServletAction

This servlet retrieves a resource form within it's JAR.

The Path-URL-Parameter specifies the path within the JAR to retrieve the file from as also the file's name.

If there's no Path specified following will be used: /com/github/xima_formcycle_entwicklerkreis/fc/plugin/codbi/Symbol_CodBi.svg.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun execute(p0: IPluginServletActionParams): IPluginServletActionRetVal

Retrieves the file using the provided Path-URL-Parameter or /com/github/xima_formcycle_entwicklerkreis/fc/plugin/codbi/Symbol_CodBi.svg, if none was provided.

Link copied to clipboard
Link copied to clipboard
open override fun getDisplayName(p0: Locale): String
Link copied to clipboard
open override fun getName(): String

Returns "Resource"

Link copied to clipboard
open fun initialize(p0: IPluginInitializeData)
Link copied to clipboard
open fun initPlugin()
Link copied to clipboard
open fun install(p0: IPluginInstallData)
Link copied to clipboard
open fun shutdown()
open fun shutdown(p0: IPluginShutdownData)
Link copied to clipboard
open fun uninstall(p0: IPluginUninstallData)
Link copied to clipboard
open fun validateConfigurationData(p0: IPluginValidationData): IPluginInitializeValidationResult