org.jclouds.elasticstack.functions
Class ListOfMapsToListOfKeyValuesDelimitedByBlankLines

java.lang.Object
  extended by org.jclouds.elasticstack.functions.ListOfMapsToListOfKeyValuesDelimitedByBlankLines
All Implemented Interfaces:
com.google.common.base.Function<Iterable<Map<String,String>>,String>

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

Author:
Adrian Cole

Constructor Summary
ListOfMapsToListOfKeyValuesDelimitedByBlankLines()
           
 
Method Summary
 String apply(Iterable<Map<String,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

ListOfMapsToListOfKeyValuesDelimitedByBlankLines

public ListOfMapsToListOfKeyValuesDelimitedByBlankLines()
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.