org.seasar.framework.convention.impl
インタフェース NamingConventionImpl.ExistChecker

既知の実装クラスの一覧:
NamingConventionImpl.CodeSourceExistChecker, NamingConventionImpl.FileExistChecker, NamingConventionImpl.JarExistChecker, NamingConventionImpl.ZipExistChecker
含まれているインタフェース:
NamingConventionImpl

protected static interface NamingConventionImpl.ExistChecker

存在チェッカのインターフェースです。


メソッドの概要
 void close()
          リソースを開放します。
 boolean isExist(String lastClassName)
          クラスが存在するかどうかを返します。
 

メソッドの詳細

isExist

public boolean isExist(String lastClassName)
クラスが存在するかどうかを返します。

パラメータ:
lastClassName -
戻り値:
クラスが存在するかどうか

close

public void close()
リソースを開放します。



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