org.seasar.uruma.container.convention
クラス UrumaNamingConventionImpl.BundleExistChecker

java.lang.Object
  上位を拡張 org.seasar.uruma.container.convention.UrumaNamingConventionImpl.BundleExistChecker
すべての実装されたインタフェース:
NamingConventionImpl.ExistChecker
含まれているクラス:
UrumaNamingConventionImpl

protected static class UrumaNamingConventionImpl.BundleExistChecker
extends Object
implements NamingConventionImpl.ExistChecker

バンドル用の存在チェッカです。


コンストラクタの概要
protected UrumaNamingConventionImpl.BundleExistChecker(URL rootUrl)
          インスタンスを作成します。
 
メソッドの概要
 void close()
           
 boolean isExist(String lastClassName)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UrumaNamingConventionImpl.BundleExistChecker

protected UrumaNamingConventionImpl.BundleExistChecker(URL rootUrl)
インスタンスを作成します。

パラメータ:
rootUrl - ルートURL
メソッドの詳細

isExist

public boolean isExist(String lastClassName)
定義:
インタフェース NamingConventionImpl.ExistChecker 内の isExist

close

public void close()
定義:
インタフェース NamingConventionImpl.ExistChecker 内の close


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