org.jclouds.cloudsigma.functions
Class ListOfKeyValuesDelimitedByBlankLinesToListOfMaps

java.lang.Object
  extended by org.jclouds.cloudsigma.functions.ListOfKeyValuesDelimitedByBlankLinesToListOfMaps
All Implemented Interfaces:
com.google.common.base.Function<String,List<Map<String,String>>>

@Singleton
public class ListOfKeyValuesDelimitedByBlankLinesToListOfMaps
extends Object
implements com.google.common.base.Function<String,List<Map<String,String>>>

Author:
Adrian Cole

Constructor Summary
ListOfKeyValuesDelimitedByBlankLinesToListOfMaps()
           
 
Method Summary
 List<Map<String,String>> apply(String from)
           
 
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

ListOfKeyValuesDelimitedByBlankLinesToListOfMaps

public ListOfKeyValuesDelimitedByBlankLinesToListOfMaps()
Method Detail

apply

public List<Map<String,String>> apply(String from)
Specified by:
apply in interface com.google.common.base.Function<String,List<Map<String,String>>>


Copyright © 2009-2012 jclouds. All Rights Reserved.