Uses of Class
com.denodo.configuration.metadata.PluginInfo
Packages that use PluginInfo
Package
Description
-
Uses of PluginInfo in com.denodo.configuration.metadata
Methods in com.denodo.configuration.metadata that return PluginInfoModifier and TypeMethodDescriptionstatic PluginInfoPluginHelper.obtainPluginInfo(File file) static PluginInfoPluginHelper.obtainPluginInfo(File file, boolean isJar) -
Uses of PluginInfo in com.denodo.configuration.metadata.manager
Methods in com.denodo.configuration.metadata.manager that return PluginInfoModifier and TypeMethodDescriptionAdds a new plugin (custom element implementation) to the plugins register and its metadata to the the meta-configuration register.MetadataManager.getPluginDetails(String pluginName) Obtains the plugin details(custom element implementation) of the specified identifier.MetadataManagerImpl.getPluginDetails(String pluginName) Methods in com.denodo.configuration.metadata.manager that return types with arguments of type PluginInfoModifier and TypeMethodDescriptionMetadataManager.getPlugins()Obtains the collection of plugins (custom element implementations ) registered in the application.MetadataManagerImpl.getPlugins() -
Uses of PluginInfo in com.denodo.configuration.metadata.manager.util
Methods in com.denodo.configuration.metadata.manager.util with parameters of type PluginInfoModifier and TypeMethodDescriptionstatic voidMetadataManagerUtil.writePluginJar(File outputDir, PluginInfo plugin) -
Uses of PluginInfo in com.denodo.scheduler.client
Methods in com.denodo.scheduler.client that return PluginInfoModifier and TypeMethodDescriptionAdds a new plugin (custom element implementation) to the scheduler.Methods in com.denodo.scheduler.client that return types with arguments of type PluginInfoModifier and TypeMethodDescriptionSchedulerManager.getPlugins()Obtains the collection of plugins (custom element implementation) registered in the scheduler.