Modifier and Type | Method and Description |
---|---|
WeatherClient.ClientBuilder |
WeatherClient.ClientBuilder.config(WeatherConfig config)
Set the configuration (
WeatherConfig ) |
void |
WeatherClient.createProvider(IProviderType providerType,
WeatherConfig config)
Deprecated.
Version 1.4 use instead
WeatherClient.ClientBuilder |
void |
StandardHttpClient.updateWeatherConfig(WeatherConfig config)
This method update the current provider configuration
|
void |
WeatherClient.updateWeatherConfig(WeatherConfig config)
This method update the current provider configuration
|
Modifier and Type | Method and Description |
---|---|
void |
WeatherClientDefault.updateWeatherConfig(WeatherConfig config)
This method update the current provider configuration
|
Modifier and Type | Method and Description |
---|---|
static IWeatherProvider |
WeatherProviderFactory.createProvider(IProviderType provType,
WeatherConfig config)
Deprecated.
|
void |
IWeatherProvider.setConfig(WeatherConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
ForecastIOWeatherProvider.setConfig(WeatherConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
OpenweathermapProvider.setConfig(WeatherConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
WeatherUndergroundProvider.setConfig(WeatherConfig config) |
Constructor and Description |
---|
WeatherUndergroundProviderFeature(WeatherRequest request,
WeatherConfig config) |
WebcamFeatureRequest(WeatherRequest request,
WeatherConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
YahooWeatherProvider.setConfig(WeatherConfig config) |
Modifier and Type | Field and Description |
---|---|
protected WeatherConfig |
WeatherProviderFeature.config |
Constructor and Description |
---|
WeatherProviderFeature(WeatherRequest request,
WeatherConfig config) |