org.jclouds.cloudsigma.compute.config
Class CloudSigmaComputeServiceContextModule.GetDrive

java.lang.Object
  extended by org.jclouds.cloudsigma.compute.config.CloudSigmaComputeServiceContextModule.GetDrive
All Implemented Interfaces:
com.google.common.base.Function<String,DriveInfo>
Enclosing class:
CloudSigmaComputeServiceContextModule

@Singleton
public static class CloudSigmaComputeServiceContextModule.GetDrive
extends Object
implements com.google.common.base.Function<String,DriveInfo>


Constructor Summary
CloudSigmaComputeServiceContextModule.GetDrive(CloudSigmaClient client)
           
 
Method Summary
 DriveInfo apply(String input)
           
 
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.Function
equals
 

Constructor Detail

CloudSigmaComputeServiceContextModule.GetDrive

@Inject
public CloudSigmaComputeServiceContextModule.GetDrive(CloudSigmaClient client)
Method Detail

apply

public DriveInfo apply(String input)
Specified by:
apply in interface com.google.common.base.Function<String,DriveInfo>


Copyright © 2009-2011 jclouds. All Rights Reserved.