org.jclouds.elasticstack.compute.config
Class ElasticStackComputeServiceContextModule.GetDrive

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

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


Constructor Summary
ElasticStackComputeServiceContextModule.GetDrive(ElasticStackClient 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

ElasticStackComputeServiceContextModule.GetDrive

@Inject
public ElasticStackComputeServiceContextModule.GetDrive(ElasticStackClient 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.