com.jdroid.java.utils
Class PropertiesUtils
java.lang.Object
com.jdroid.java.utils.PropertiesUtils
public abstract class PropertiesUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesUtils
public PropertiesUtils()
loadProperties
public static void loadProperties(String resourceName)
getStringProperty
public static String getStringProperty(String name)
getStringProperty
public static String getStringProperty(String name,
String defaultValue)
getIntegerProperty
public static Integer getIntegerProperty(String name)
getIntegerProperty
public static Integer getIntegerProperty(String name,
Integer defaultValue)
getBooleanProperty
public static Boolean getBooleanProperty(String name)
getBooleanProperty
public static Boolean getBooleanProperty(String name,
Boolean defaultValue)
getStringSetProperty
public static Set<String> getStringSetProperty(String name)
Copyright © 2014. All rights reserved.