org.jclouds.compute.config
Class ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage

java.lang.Object
  extended by org.jclouds.compute.config.ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage
All Implemented Interfaces:
com.google.common.base.Function<Image,Image>
Enclosing class:
ComputeServiceAdapterContextModule<S,A,N,H,I,L>

@Singleton
public static class ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage
extends Object
implements com.google.common.base.Function<Image,Image>


Constructor Summary
ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage(PopulateDefaultLoginCredentialsForImageStrategy credsForImage)
           
 
Method Summary
 Image apply(Image arg0)
           
 String 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.Function
equals
 

Constructor Detail

ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage

@Inject
public ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage(PopulateDefaultLoginCredentialsForImageStrategy credsForImage)
Method Detail

apply

public Image apply(Image arg0)
Specified by:
apply in interface com.google.common.base.Function<Image,Image>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.