org.jclouds.cloudsigma.functions
Class KeyValuesDelimitedByBlankLinesToStaticIPInfo

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

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

Author:
Adrian Cole

Constructor Summary
KeyValuesDelimitedByBlankLinesToStaticIPInfo(ListOfKeyValuesDelimitedByBlankLinesToStaticIPInfoSet setParser)
           
 
Method Summary
 StaticIPInfo 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

KeyValuesDelimitedByBlankLinesToStaticIPInfo

@Inject
public KeyValuesDelimitedByBlankLinesToStaticIPInfo(ListOfKeyValuesDelimitedByBlankLinesToStaticIPInfoSet setParser)
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.