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(String param,
Collection<T> values) |
static <T> Parameter<T> |
ConfigurationHelper.buildSimpleParam(String param,
T value) |
<T> Parameter<T> |
ParameterStructure.get(String parameterName)
Obtains the parameter to which this structure maps the specified
parameter name.
|
Modifier and Type | Method and Description |
---|---|
Map<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<Object> parameter,
boolean legacy) |
void |
ConfigurationProcessor.processParameter(MetaParameter metaParam,
Parameter<Object> parameter,
boolean legacy) |
void |
PropertiesExtractor.processParameter(MetaParameter metaParam,
Parameter<Object> parameter,
boolean legacy) |
<T> void |
ParameterStructure.put(Parameter<T> parameter)
Adds this parameter to the structure.
|
Copyright © 2025 Denodo Technologies. All rights reserved.