Uses of Class
com.morpheusdata.core.Plugin
Packages that use Plugin
Package
Description
-
Uses of Plugin in com.morpheusdata.core
Methods in com.morpheusdata.core that return PluginModifier and TypeMethodDescriptionPluginManager.registerPlugin(String pathToJar) Given a path to a plugin pathToJar file - create a child classloader, extract the Plugin Manifest and registers.Methods in com.morpheusdata.core that return types with arguments of type PluginModifier and TypeMethodDescriptionPluginManager.getPlugins()Returns the instances of all loaded Plugins within the current JVMMethods in com.morpheusdata.core with parameters of type PluginModifier and TypeMethodDescriptionPluginManager.getPackages(Plugin plugin) Returns a list of all morpheus packages for the plugin to be dynamically loaded in MorpheusPluginManager.getProperties(Plugin plugin, Locale locale) Returns a list of all i18n Properties for the plugin to be dynamically loaded for lookup in MorpheusPluginManager.getScribeResources(Plugin plugin) Returns a list of all scribe resource files to be dynamically loaded in MorpheusPluginManager.getSeedResources(Plugin plugin) Returns a list of all seed resource files to be dynamically loaded in Morpheusio.reactivex.rxjava3.core.Single<String>MorpheusContext.getSettings(Plugin plugin) Returns a json encoded string of the settings for the plugin requested. -
Uses of Plugin in com.morpheusdata.core.backup
Methods in com.morpheusdata.core.backup that return PluginModifier and TypeMethodDescriptionAbstractBackupProvider.getPlugin()AbstractBackupTypeProvider.getPlugin()AbstractMorpheusBackupTypeProvider.getPlugin()Constructors in com.morpheusdata.core.backup with parameters of type PluginModifierConstructorDescriptionAbstractBackupProvider(Plugin plugin, MorpheusContext context) AbstractBackupTypeProvider(Plugin plugin, MorpheusContext context) AbstractMorpheusBackupTypeProvider(Plugin plugin, MorpheusContext context) BackupProvider(Plugin plugin, MorpheusContext context) DefaultBackupJobProvider(Plugin plugin, MorpheusContext morpheus) MorpheusBackupProvider(Plugin plugin, MorpheusContext morpheusContext) -
Uses of Plugin in com.morpheusdata.core.providers
Fields in com.morpheusdata.core.providers declared as PluginMethods in com.morpheusdata.core.providers that return Plugin -
Uses of Plugin in com.morpheusdata.embed
Methods in com.morpheusdata.embed that return Plugin -
Uses of Plugin in com.morpheusdata.views
Methods in com.morpheusdata.views with parameters of type PluginModifier and TypeMethodDescriptionvoidHandlebarsRenderer.registerI18nHelper(Plugin plugin, MorpheusContext morpheus)