org.seasar.framework.convention.impl
クラス NamingConventionImpl.JarExistChecker
java.lang.Object
org.seasar.framework.convention.impl.NamingConventionImpl.JarExistChecker
- すべての実装インタフェース:
- NamingConventionImpl.ExistChecker
- 含まれているクラス:
- NamingConventionImpl
- protected static class NamingConventionImpl.JarExistChecker
- extends Object
- implements NamingConventionImpl.ExistChecker
jar用の存在チェッカです。
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamingConventionImpl.JarExistChecker
protected NamingConventionImpl.JarExistChecker(URL jarUrl,
String rootPackageName)
JarExistChecker
を作成します。
- パラメータ:
jarUrl
- jar URLrootPackageName
- ルートパッケージ名
isExist
public boolean isExist(String lastClassName)
- インタフェース
NamingConventionImpl.ExistChecker
の記述:
- クラスが存在するかどうかを返します。
- 定義:
- インタフェース
NamingConventionImpl.ExistChecker
内の isExist
- パラメータ:
lastClassName
-
- 戻り値:
- クラスが存在するかどうか
close
public void close()
- インタフェース
NamingConventionImpl.ExistChecker
の記述:
- リソースを開放します。
- 定義:
- インタフェース
NamingConventionImpl.ExistChecker
内の close
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.