Uses of Class
com.denodo.configuration.Parameter
Packages that use Parameter
-
Uses of Parameter in com.denodo.configuration
Subclasses of Parameter in com.denodo.configurationModifier and TypeClassDescriptionclassAn implementation of the Parameter interface.classAn implementation of the Parameter interface.Methods in com.denodo.configuration that return ParameterModifier and TypeMethodDescriptionstatic <T> Parameter<T>ConfigurationHelper.buildSimpleMultiValuedParam(String param, Collection<T> values) static <T> Parameter<T>ConfigurationHelper.buildSimpleParam(String param, T value) <T> Parameter<T>Obtains the parameter to which this structure maps the specified parameter name.Methods in com.denodo.configuration that return types with arguments of type ParameterModifier and TypeMethodDescriptionParameterStructure.getAsMap()Obtains a map that associates parameter names withParameter.Methods in com.denodo.configuration with parameters of type ParameterModifier and TypeMethodDescriptionvoidConfigurationPostProcessor.processParameter(MetaParameter metaParam, Parameter<Object> parameter, boolean legacy) voidConfigurationProcessor.processParameter(MetaParameter metaParam, Parameter<Object> parameter, boolean legacy) voidPropertiesExtractor.processParameter(MetaParameter metaParam, Parameter<Object> parameter, boolean legacy) <T> voidAdds this parameter to the structure.