org.seasar.framework.util
クラス JarURLConnectionUtil

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

public class JarURLConnectionUtil
extends java.lang.Object

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

作成者:
higa

コンストラクタの概要
protected JarURLConnectionUtil()
          インスタンスを構築します。
 
メソッドの概要
static java.util.jar.JarFile getJarFile(java.net.JarURLConnection conn)
          JarURLConnection.getJarFile()の例外処理をラップするメソッドです。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JarURLConnectionUtil

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

メソッドの詳細

getJarFile

public static java.util.jar.JarFile getJarFile(java.net.JarURLConnection conn)
                                        throws IORuntimeException
JarURLConnection.getJarFile()の例外処理をラップするメソッドです。

パラメータ:
conn -
戻り値:
JarFile
例外:
IORuntimeException - IOExceptionが発生した場合


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