public class PropertiesLoader
extends java.lang.Object
Title: T1开发框架
Description: Properties加载工具类,支持properties或xml格式配置文件加载,xml配置描述如下: Provides the the ability to use simple XML property files. Each property is in the form X.Y.Z, which would map to an XML snippet of:
<X> <Y> <Z>someValue</Z> </Y> </X>The XML file is passed in to the constructor and must be readable.
Copyright: Copyright (c) 2012
Company: seeyon.com
构造器和说明 |
---|
PropertiesLoader() |