org.seasar.framework.convention.impl
クラス NamingConventionImpl.CodeSourceExistChecker

java.lang.Object
  拡張org.seasar.framework.convention.impl.NamingConventionImpl.CodeSourceExistChecker
すべての実装インタフェース:
NamingConventionImpl.ExistChecker
含まれているクラス:
NamingConventionImpl

protected static class NamingConventionImpl.CodeSourceExistChecker
extends Object
implements NamingConventionImpl.ExistChecker

OC4J用の存在チェッカです。


コンストラクタの概要
NamingConventionImpl.CodeSourceExistChecker(URL url, String rootPackageName)
          インスタンスを作成します。
 
メソッドの概要
 void close()
          リソースを開放します。
 boolean isExist(String lastClassName)
          クラスが存在するかどうかを返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NamingConventionImpl.CodeSourceExistChecker

public NamingConventionImpl.CodeSourceExistChecker(URL url,
                                                   String rootPackageName)
インスタンスを作成します。

パラメータ:
url - URL
rootPackageName - ルートパッケージ名
メソッドの詳細

isExist

public boolean isExist(String lastClassName)
インタフェース NamingConventionImpl.ExistChecker の記述:
クラスが存在するかどうかを返します。

定義:
インタフェース NamingConventionImpl.ExistChecker 内の isExist
パラメータ:
lastClassName -
戻り値:
クラスが存在するかどうか

close

public void close()
インタフェース NamingConventionImpl.ExistChecker の記述:
リソースを開放します。

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


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