org.jclouds.elasticstack.functions
Class KeyValuesDelimitedByBlankLinesToDriveInfo

java.lang.Object
  extended by org.jclouds.elasticstack.functions.KeyValuesDelimitedByBlankLinesToDriveInfo
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,DriveInfo>

@Singleton
public class KeyValuesDelimitedByBlankLinesToDriveInfo
extends Object
implements com.google.common.base.Function<HttpResponse,DriveInfo>

Author:
Adrian Cole

Constructor Summary
KeyValuesDelimitedByBlankLinesToDriveInfo(ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet setParser)
           
 
Method Summary
 DriveInfo apply(HttpResponse response)
           
 
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

KeyValuesDelimitedByBlankLinesToDriveInfo

@Inject
public KeyValuesDelimitedByBlankLinesToDriveInfo(ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet setParser)
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.