| Package | Description |
|---|---|
| com.denodo.configuration.metadata | |
| com.denodo.configuration.metadata.manager | |
| com.denodo.scheduler.client |
| Modifier and Type | Method and Description |
|---|---|
static PluginInfo |
PluginHelper.obtainPluginInfo(File file) |
static PluginInfo |
PluginHelper.obtainPluginInfo(File file,
boolean isJar) |
| Modifier and Type | Method and Description |
|---|---|
abstract PluginInfo |
MetadataManager.addPlugin(String fileName,
byte[] fileContents)
Adds a new plugin (custom element implementation) to the plugins register
and its metadata to the the meta-configuration register.
|
PluginInfo |
MetadataManagerImpl.addPlugin(String fileName,
byte[] fileContents) |
abstract PluginInfo |
MetadataManager.getPluginDetails(String pluginName)
Obtains the plugin details(custom element implementation) of the
specified identifier.
|
PluginInfo |
MetadataManagerImpl.getPluginDetails(String pluginName) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<PluginInfo> |
MetadataManager.getPlugins()
Obtains the collection of plugins (custom element implementations )
registered in the application.
|
Collection<PluginInfo> |
MetadataManagerImpl.getPlugins() |
| Modifier and Type | Method and Description |
|---|---|
PluginInfo |
SchedulerManager.addPlugin(String fileName,
byte[] fileContents)
Adds a new plugin (custom element implementation) to the scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PluginInfo> |
SchedulerManager.getPlugins()
Obtains the collection of plugins (custom element implementation)
registered in the scheduler.
|
Copyright © 2024 Denodo Technologies. All rights reserved.