org.jclouds.cloudsigma.functions
Class KeyValuesDelimitedByBlankLinesToProfileInfo

java.lang.Object
  extended by org.jclouds.cloudsigma.functions.KeyValuesDelimitedByBlankLinesToProfileInfo
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,ProfileInfo>

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

Author:
Adrian Cole

Constructor Summary
KeyValuesDelimitedByBlankLinesToProfileInfo(ListOfKeyValuesDelimitedByBlankLinesToProfileInfoSet setParser)
           
 
Method Summary
 ProfileInfo 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

KeyValuesDelimitedByBlankLinesToProfileInfo

@Inject
public KeyValuesDelimitedByBlankLinesToProfileInfo(ListOfKeyValuesDelimitedByBlankLinesToProfileInfoSet setParser)
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.