| Package | Description |
|---|---|
| com.denodo.configuration.metadata.manager | |
| com.denodo.configuration.metadata.repository | |
| com.denodo.scheduler.client |
| Modifier and Type | Method and Description |
|---|---|
abstract MetaConfiguration |
MetadataManager.getMetaConfiguration(String type,
String subType)
Obtains the
MetaConfiguration for the element matching the
specified type and subType. |
MetaConfiguration |
MetadataManagerImpl.getMetaConfiguration(String type,
String subType) |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<MetaConfiguration> |
MetadataManager.getMetaConfigurations(String type)
Obtains a Collection of
MetaConfiguration. |
Collection<MetaConfiguration> |
MetadataManagerImpl.getMetaConfigurations(String type) |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<?> |
MetadataManager.getPluginClass(MetaConfiguration metaConfig)
Returns the class implementing the plugin (custom element
implementation).
|
Class<?> |
MetadataManagerImpl.getPluginClass(MetaConfiguration metaConfig) |
| Modifier and Type | Method and Description |
|---|---|
MetaConfiguration |
MetadataRepository.get(JarFile file,
String elementID) |
MetaConfiguration |
MetadataRepositoryImpl.get(JarFile jarFile,
String elementID) |
MetaConfiguration |
MetadataRepository.get(String elementID) |
MetaConfiguration |
MetadataRepositoryImpl.get(String elementID)
Loads the meta-configuration for a given custom element.
|
| Modifier and Type | Method and Description |
|---|---|
MetaConfiguration |
SchedulerManager.getMetaConfiguration(String type,
String subType)
Obtains the
MetaConfiguration for the element matching the
specified type and subType. |
| Modifier and Type | Method and Description |
|---|---|
Collection<MetaConfiguration> |
SchedulerManager.getMetaConfigurations(String type)
Obtains a Collection of
MetaConfiguration. |
Copyright © 2024 Denodo Technologies. All rights reserved.