org.seasar.framework.util
クラス PropertiesUtil
java.lang.Object
org.seasar.framework.util.PropertiesUtil
- public class PropertiesUtil
- extends Object
Properties
用のユーティリティクラスです。
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesUtil
protected PropertiesUtil()
- インスタンスを構築します。
load
public static void load(Properties props,
InputStream in)
throws IORuntimeException
Properties.load(InputStream)
の例外処理をラップします。
- パラメータ:
props
- in
-
- 例外:
IORuntimeException
- IOException
が発生した場合
Copyright © 2004-2009 The Seasar Foundation. All Rights Reserved.