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

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

protected class CoolComponentAutoRegister.FileSystemStrategy
extends Object
implements CoolComponentAutoRegister.Strategy

ファイルシステム用の CoolComponentAutoRegister.Strategyです。


コンストラクタの概要
protected CoolComponentAutoRegister.FileSystemStrategy()
           
 
メソッドの概要
protected  File getRootDir(String path, URL url)
          ルートディレクトリを返します。
 void registerAll(String path, URL url)
          自動登録を行います。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CoolComponentAutoRegister.FileSystemStrategy

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

registerAll

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

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

getRootDir

protected File getRootDir(String path,
                          URL url)
ルートディレクトリを返します。

パラメータ:
path -
url -
戻り値:
ルートディレクトリ


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