org.jclouds.location.suppliers.fromconfig
Class ZoneIdsFromConfiguration

java.lang.Object
  extended by org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
      extended by org.jclouds.location.suppliers.fromconfig.ZoneIdsFromConfiguration
All Implemented Interfaces:
com.google.common.base.Supplier<Set<String>>, ZoneIdsSupplier

@Singleton
public class ZoneIdsFromConfiguration
extends SplitConfigurationKey
implements ZoneIdsSupplier

looks for properties bound to the naming convention jclouds.zones

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
config, configKey, logger, provider
 
Constructor Summary
protected ZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider)
           
 
Method Summary
 
Methods inherited from class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Supplier
get
 

Constructor Detail

ZoneIdsFromConfiguration

@Inject
protected ZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config,
                                          String provider)


Copyright © 2009-2012 jclouds. All Rights Reserved.