public interface PluginProvider
| Modifier and Type | Method and Description |
|---|---|
MorpheusContext |
getMorpheusContext()
Returns the Morpheus Context for interacting with data stored in the Main Morpheus Application
|
Plugin |
getPlugin()
Returns the instance of the Plugin class that this provider is loaded from
|
java.lang.String |
getProviderCode()
A unique shortcode used for referencing the provided provider.
|
java.lang.String |
getProviderName()
Provides the provider name for reference when adding to the Morpheus Orchestrator
NOTE: This may be useful to set as an i18n key for UI reference and localization support.
|
default boolean |
isPlugin()
Returns true if the Provider is a plugin.
|
MorpheusContext getMorpheusContext()
Plugin getPlugin()
java.lang.String getProviderCode()
java.lang.String getProviderName()
default boolean isPlugin()