public final class UtilProperties extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Properties |
getProperties(String resource) |
static Properties |
getProperties(URL url) |
static BigDecimal |
getPropertyAsBigDecimal(String resource,
String name,
BigDecimal defaultNumber) |
static BigInteger |
getPropertyAsBigInteger(String resource,
String name,
BigInteger defaultNumber) |
static Boolean |
getPropertyAsBoolean(String resource,
String name,
boolean defaultValue) |
static double |
getPropertyNumber(String resource,
String name) |
static double |
getPropertyNumber(String resource,
String name,
double defaultValue) |
static String |
getPropertyValue(String resource,
String name) |
static String |
getPropertyValue(String resource,
String name,
String defaultValue) |
public static String getPropertyValue(String resource, String name, String defaultValue)
public static double getPropertyNumber(String resource, String name, double defaultValue)
public static Boolean getPropertyAsBoolean(String resource, String name, boolean defaultValue)
public static BigInteger getPropertyAsBigInteger(String resource, String name, BigInteger defaultNumber)
public static BigDecimal getPropertyAsBigDecimal(String resource, String name, BigDecimal defaultNumber)
public static Properties getProperties(String resource)
public static Properties getProperties(URL url)
Copyright © 2019. All rights reserved.