public class PropertyUtils extends Object
| 构造器和说明 |
|---|
PropertyUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getProperty(Properties props,
String name) |
static boolean |
getPropertyAsBoolean(Properties props,
String name) |
static byte |
getPropertyAsByte(Properties props,
String name) |
static int |
getPropertyAsInteger(Properties props,
String propName) |
static long |
getPropertyAsLong(Properties props,
String name) |
static short |
getPropertyAsShort(Properties props,
String name) |
public static int getPropertyAsInteger(Properties props, String propName)
public static String getProperty(Properties props, String name)
public static boolean getPropertyAsBoolean(Properties props, String name)
public static long getPropertyAsLong(Properties props, String name)
public static short getPropertyAsShort(Properties props, String name)
public static byte getPropertyAsByte(Properties props, String name)
Copyright © 2013. All Rights Reserved.