PluginId

interface PluginId(source)

A description of a plugin.

Since

3.5

Functions

Link copied to clipboard
abstract fun getId(): String
The fully qualified plugin ID.
Link copied to clipboard
abstract fun getName(): String
The plugin name without the namespace.
Link copied to clipboard
@Nullable
abstract fun getNamespace(): String
The namespace of the plugin or null if the ID contains no ..
Link copied to clipboard
abstract fun withNamespace(namespace: String): PluginId
Takes this unqualified plugin ID and adds a namespace.