org.jclouds.byon.config
Class YamlNodeStoreModule.YAMLCopyInputStreamInputSupplierMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by org.jclouds.collect.InputSupplierMap<String,InputStream>
          extended by org.jclouds.io.CopyInputStreamInputSupplierMap
              extended by org.jclouds.byon.config.YamlNodeStoreModule.YAMLCopyInputStreamInputSupplierMap
All Implemented Interfaces:
Map<String,InputStream>
Enclosing class:
YamlNodeStoreModule

@Singleton
public static class YamlNodeStoreModule.YAMLCopyInputStreamInputSupplierMap
extends CopyInputStreamInputSupplierMap


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
YamlNodeStoreModule.YAMLCopyInputStreamInputSupplierMap(Map<String,com.google.common.io.InputSupplier<InputStream>> toMap, CopyInputStreamIntoSupplier putFunction)
           
 
Method Summary
 
Methods inherited from class org.jclouds.collect.InputSupplierMap
clear, containsKey, entrySet, get, put, remove, size
 
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

YamlNodeStoreModule.YAMLCopyInputStreamInputSupplierMap

@Inject
public YamlNodeStoreModule.YAMLCopyInputStreamInputSupplierMap(@Named(value="yaml")
                                                                      Map<String,com.google.common.io.InputSupplier<InputStream>> toMap,
                                                                      CopyInputStreamIntoSupplier putFunction)


Copyright © 2009-2011 jclouds. All Rights Reserved.