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