gboat2.base.bridge.util
类 PropertiesUtil

java.lang.Object
  继承者 gboat2.base.bridge.util.PropertiesUtil

public class PropertiesUtil
extends Object

对 Properties 配置文件进行读写操作的工具类

从以下版本开始:
3.0
作者:
何明旺

构造方法摘要
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
 

构造方法详细信息

PropertiesUtil

public PropertiesUtil()
方法详细信息

loadProperties

public static Properties loadProperties(String fileName)
加载 properties 配置文件

参数:
fileName - properties 配置文件的路径,如:C:/test/1.properties
返回:

loadProperties

public static Properties loadProperties(File file)
加载 properties 配置文件

参数:
file - properties 配置文件
返回:

loadProperties

public static Properties loadProperties(URL url)
加载 properties 配置文件

参数:
url - properties 配置文件对应的 URL
返回:

loadPropertiesFromResource

public static Properties loadPropertiesFromResource(String resource)
从资源文件中加载 properties 配置信息

参数:
resource - 需要加载的 properties 资源文件的路径,如:/test/1.properties
返回:

loadPropertiesFromResource

public static Properties loadPropertiesFromResource(String resource,
                                                    ClassLoader loader)
通过指定的 ClassLoader 加载 properties 配置文件

参数:
resource - 需要加载的 properties 资源文件的路径,如:/test/1.properties
loader - 指定的 ClassLoader
返回:

loadProperties

public static Properties loadProperties(InputStream in)
从输入流加载 properties 配置信息

参数:
in - 输入流
返回:

loadProperties

public static Properties loadProperties(Reader reader)
从字符流加载 properties 配置信息

参数:
reader - 字符流
返回:

LoadPropertiesConfiguration

public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(String fileName)
加载 properties 配置文件

参数:
fileName - properties 配置文件的路径,如:C:/test/1.properties
返回:

LoadPropertiesConfiguration

public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(File file)
加载 properties 配置文件

参数:
file - properties 配置文件
返回:

LoadPropertiesConfiguration

public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(URL url)
加载 properties 配置文件

参数:
url - properties 配置文件对应的 URL
返回:

LoadPropertiesConfiguration

public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(Reader reader)
从字符流加载 properties 配置信息

参数:
reader - 字符流
返回:

LoadPropertiesConfiguration

public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(InputStream in)
从输入流加载 properties 配置信息

参数:
in - 输入流
返回:

LoadPropertiesConfiguration

public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfiguration(InputStream in,
                                                                                                   String encoding)
从输入流加载 properties 配置信息

参数:
in - 输入流
返回:

LoadPropertiesConfigurationFromResource

public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfigurationFromResource(String resource)
从资源文件中加载 properties 配置信息

参数:
resource - 需要加载的 properties 资源文件的路径,如:/test/1.properties
返回:

LoadPropertiesConfigurationFromResource

public static org.apache.commons.configuration.PropertiesConfiguration LoadPropertiesConfigurationFromResource(String resource,
                                                                                                               ClassLoader loader)
通过指定的 ClassLoader 加载 properties 配置文件

参数:
resource - 需要加载的 properties 资源文件的路径,如:/test/1.properties
loader - 指定的 ClassLoader
返回:


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.