com.liferay.maven.plugins.util
Class GetterUtil

java.lang.Object
  extended by com.liferay.maven.plugins.util.GetterUtil

public class GetterUtil
extends Object

Author:
Brian Wing Shun Chan

Constructor Summary
GetterUtil()
           
 
Method Summary
static float getFloat(String value)
           
static float getFloat(String value, float defaultValue)
           
static String getString(String value, String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetterUtil

public GetterUtil()
Method Detail

getFloat

public static float getFloat(String value)

getFloat

public static float getFloat(String value,
                             float defaultValue)

getString

public static String getString(String value,
                               String defaultValue)


Copyright © 2013. All Rights Reserved.