org.jclouds.functions
Class ToLowerCase

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

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

Author:
Everett Toews

Constructor Summary
ToLowerCase()
           
 
Method Summary
 String apply(String input)
           
 
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

ToLowerCase

public ToLowerCase()
Method Detail

apply

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


Copyright © 2009-2013 jclouds. All Rights Reserved.