| Package | Description |
|---|---|
| com.denodo.configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundParameter
An implementation of the Parameter interface.
|
class |
SimpleParameter<T>
An implementation of the Parameter interface.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Parameter<T> |
ConfigurationHelper.buildSimpleMultiValuedParam(java.lang.String param,
java.util.Collection<T> values) |
static <T> Parameter<T> |
ConfigurationHelper.buildSimpleParam(java.lang.String param,
T value) |
<T> Parameter<T> |
ParameterStructure.get(java.lang.String parameterName)
Obtains the parameter to which this structure maps the specified
parameter name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Parameter<?>> |
ParameterStructure.getAsMap()
Obtains a map that associates parameter names with
Parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationPostProcessor.processParameter(MetaParameter metaParam,
Parameter<java.lang.Object> parameter,
boolean legacy) |
void |
ConfigurationProcessor.processParameter(MetaParameter metaParam,
Parameter<java.lang.Object> parameter,
boolean legacy) |
void |
PropertiesExtractor.processParameter(MetaParameter metaParam,
Parameter<java.lang.Object> parameter,
boolean legacy) |
<T> void |
ParameterStructure.put(Parameter<T> parameter)
Adds this parameter to the structure.
|
Copyright © 2024 Denodo Technologies. All rights reserved.