com.jdon.util
类 PropsUtil

java.lang.Object
  继承者 com.jdon.util.PropsUtil

public class PropsUtil
extends Object

作者:
banq

字段摘要
static String ENCODING
           
static String module
           
 
构造方法摘要
PropsUtil(String configureFile)
           
 
方法摘要
 String[] getChildrenProperties(String name)
           
 String[] getChildrenValues(String name)
           
 String getProperty(String name)
           
 void loadProperties(String configName)
           
 void setProperty(String name, String value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

module

public static final String module

ENCODING

public static String ENCODING
构造方法详细信息

PropsUtil

public PropsUtil(String configureFile)
方法详细信息

loadProperties

public void loadProperties(String configName)

getProperty

public String getProperty(String name)

getChildrenProperties

public String[] getChildrenProperties(String name)

getChildrenValues

public String[] getChildrenValues(String name)

setProperty

public void setProperty(String name,
                        String value)


Copyright © 2013. All Rights Reserved.