org.jclouds.scriptbuilder.util
Class Utils.LowerCamelToUpperUnderscore

java.lang.Object
  extended by org.jclouds.scriptbuilder.util.Utils.LowerCamelToUpperUnderscore
All Implemented Interfaces:
com.google.common.base.Function<String,String>
Enclosing class:
Utils

public static final class Utils.LowerCamelToUpperUnderscore
extends Object
implements com.google.common.base.Function<String,String>


Constructor Summary
Utils.LowerCamelToUpperUnderscore()
           
 
Method Summary
 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

Utils.LowerCamelToUpperUnderscore

public Utils.LowerCamelToUpperUnderscore()
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.