org.seasar.framework.container.cooldeploy
クラス CoolComponentAutoRegister.ZipFileStrategy

java.lang.Object
  拡張org.seasar.framework.container.cooldeploy.CoolComponentAutoRegister.ZipFileStrategy
すべての実装インタフェース:
CoolComponentAutoRegister.Strategy
含まれているクラス:
CoolComponentAutoRegister

protected class CoolComponentAutoRegister.ZipFileStrategy
extends Object
implements CoolComponentAutoRegister.Strategy

WebLogic固有のzip:プロトコルで表現されるURLをサポートするストラテジです。


コンストラクタの概要
protected CoolComponentAutoRegister.ZipFileStrategy()
           
 
メソッドの概要
protected  JarFile createJarFile(URL url)
          JarFileを作成します。
 void registerAll(String path, URL url)
          自動登録を行います。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CoolComponentAutoRegister.ZipFileStrategy

protected CoolComponentAutoRegister.ZipFileStrategy()
メソッドの詳細

registerAll

public void registerAll(String path,
                        URL url)
インタフェース CoolComponentAutoRegister.Strategy の記述:
自動登録を行います。

定義:
インタフェース CoolComponentAutoRegister.Strategy 内の registerAll
パラメータ:
path -
url -

createJarFile

protected JarFile createJarFile(URL url)
JarFileを作成します。

パラメータ:
url -
戻り値:
JarFile


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