org.seasar.framework.util
クラス PropertiesUtil

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

public final class PropertiesUtil
extends Object

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

作成者:
higa

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

メソッドの詳細

load

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

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


Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.