Class ZoneIdsFromConfiguration
java.lang.Object
org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
org.jclouds.location.suppliers.fromconfig.ZoneIdsFromConfiguration
- All Implemented Interfaces:
com.google.common.base.Supplier<Set<String>>
,Supplier<Set<String>>
,ZoneIdsSupplier
@Singleton
public class ZoneIdsFromConfiguration
extends SplitConfigurationKey
implements ZoneIdsSupplier
looks for properties bound to the naming convention jclouds.zones
-
Field Summary
Fields inherited from class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
config, configKey, logger, provider
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ZoneIdsFromConfiguration
(ValueOfConfigurationKeyOrNull config, String provider) -
Method Summary
Methods inherited from class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
get, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.base.Supplier
get
-
Constructor Details
-
ZoneIdsFromConfiguration
-