org.seasar.framework.util
クラス PropertiesUtil

java.lang.Object
  拡張org.seasar.framework.util.PropertiesUtil

public class PropertiesUtil
extends java.lang.Object

Properties用のユーティリティクラスです。

作成者:
higa

コンストラクタの概要
protected PropertiesUtil()
          インスタンスを構築します。
 
メソッドの概要
static void load(java.util.Properties props, java.io.InputStream in)
          Properties.load(InputStream)の例外処理をラップします。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertiesUtil

protected PropertiesUtil()
インスタンスを構築します。

メソッドの詳細

load

public static void load(java.util.Properties props,
                        java.io.InputStream in)
                 throws IORuntimeException
Properties.load(InputStream)の例外処理をラップします。

パラメータ:
props -
in -
例外:
IORuntimeException - IOExceptionが発生した場合


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.