org.jclouds.functions
Class ToLowerCase
java.lang.Object
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
| 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 |
ToLowerCase
public ToLowerCase()
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.