| Package | Description |
|---|---|
| com.denodo.configuration | |
| com.denodo.configuration.metadata |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationPostProcessor.processParameter(MetaParameter metaParam,
Parameter<Object> parameter,
boolean legacy) |
void |
ConfigurationProcessor.processParameter(MetaParameter metaParam,
Parameter<Object> parameter,
boolean legacy) |
void |
PropertiesExtractor.processParameter(MetaParameter metaParam,
Parameter<Object> parameter,
boolean legacy) |
| Modifier and Type | Method and Description |
|---|---|
static MetaParameter |
MetaConfigurationHelper.findMetaParameter(String type,
String subType,
SimpleParameter parameter)
Finds the
MetaParameter instance corresponding to the passed Parameter, according to the
specified type and sub-type. |
| Modifier and Type | Method and Description |
|---|---|
Collection<MetaParameter> |
MetaParameter.getComponents()
Obtains the Collection of meta-parameters that compounds this
meta-parameter.
|
Collection<MetaParameter> |
MetaConfiguration.getParams()
Obtains the Collection of meta-parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaParameter.addComponent(MetaParameter metaParam)
Adds a meta-parameter to the compound meta-parameter.
|
void |
MetaConfiguration.addParam(MetaParameter metaParam)
Adds a meta-parameter to the Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaConfiguration.setParams(Collection<MetaParameter> parameters)
Sets the Collection of meta-parameters.
|
| Constructor and Description |
|---|
MetaConfiguration(String type,
String subType,
String className,
Collection<MetaParameter> parameters) |
MetaParameter(String name,
boolean multivalued,
boolean mandatory,
Class<?> javaType,
boolean hidden,
String reference,
Collection<MetaParameter> components)
Creates a MetaParameter.
|
MetaParameter(String name,
boolean multivalued,
boolean mandatory,
Class<?> javaType,
boolean hidden,
String reference,
Set<String> allowedReferences,
Collection<MetaParameter> components)
Creates a MetaParameter.
|
Copyright © 2024 Denodo Technologies. All rights reserved.