|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.base.bridge.util.PropertiesUtil
public class PropertiesUtil
对 Properties 配置文件进行读写操作的工具类
构造方法摘要 | |
---|---|
PropertiesUtil()
|
方法摘要 | |
---|---|
static Properties |
loadProperties(File file)
加载 properties 配置文件 |
static Properties |
loadProperties(InputStream in)
从输入流加载 properties 配置信息 |
static Properties |
loadProperties(Reader reader)
从字符流加载 properties 配置信息 |
static Properties |
loadProperties(String fileName)
加载 properties 配置文件 |
static Properties |
loadProperties(URL url)
加载 properties 配置文件 |
static org.apache.commons.configuration.PropertiesConfiguration |
LoadPropertiesConfiguration(File file)
加载 properties 配置文件 |
static org.apache.commons.configuration.PropertiesConfiguration |
LoadPropertiesConfiguration(InputStream in)
从输入流加载 properties 配置信息 |
static org.apache.commons.configuration.PropertiesConfiguration |
LoadPropertiesConfiguration(InputStream in,
String encoding)
从输入流加载 properties 配置信息 |
static org.apache.commons.configuration.PropertiesConfiguration |
LoadPropertiesConfiguration(Reader reader)
从字符流加载 properties 配置信息 |
static org.apache.commons.configuration.PropertiesConfiguration |
LoadPropertiesConfiguration(String fileName)
加载 properties 配置文件 |
static org.apache.commons.configuration.PropertiesConfiguration |
LoadPropertiesConfiguration(URL url)
加载 properties 配置文件 |
static org.apache.commons.configuration.PropertiesConfiguration |
LoadPropertiesConfigurationFromResource(String resource)
从资源文件中加载 properties 配置信息 |
static org.apache.commons.configuration.PropertiesConfiguration |
LoadPropertiesConfigurationFromResource(String resource,
ClassLoader loader)
通过指定的 ClassLoader 加载 properties 配置文件 |
static Properties |
loadPropertiesFromResource(String resource)
从资源文件中加载 properties 配置信息 |
static Properties |
loadPropertiesFromResource(String resource,
ClassLoader loader)
通过指定的 ClassLoader 加载 properties 配置文件 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public PropertiesUtil()
方法详细信息 |
---|
public static Properties loadProperties(String fileName)
fileName
- properties 配置文件的路径,如:C:/test/1.properties
public static Properties loadProperties(File file)
file
- properties 配置文件
public static Properties loadProperties(URL url)
url
- properties 配置文件对应的 URL
public static Properties loadPropertiesFromResource(String resource)
resource
- 需要加载的 properties 资源文件的路径,如:/test/1.properties
public static Properties loadPropertiesFromResource(String resource, ClassLoader loader)
resource
- 需要加载的 properties 资源文件的路径,如:/test/1.propertiesloader
- 指定的 ClassLoader
public static Properties loadProperties(InputStream in)
in
- 输入流
public static Properties loadProperties(Reader reader)
reader
- 字符流
public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(String fileName)
fileName
- properties 配置文件的路径,如:C:/test/1.properties
public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(File file)
file
- properties 配置文件
public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(URL url)
url
- properties 配置文件对应的 URL
public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(Reader reader)
reader
- 字符流
public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(InputStream in)
in
- 输入流
public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(InputStream in, String encoding)
in
- 输入流
public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfigurationFromResource(String resource)
resource
- 需要加载的 properties 资源文件的路径,如:/test/1.properties
public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfigurationFromResource(String resource, ClassLoader loader)
resource
- 需要加载的 properties 资源文件的路径,如:/test/1.propertiesloader
- 指定的 ClassLoader
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |