org.seasar.framework.autodetector.impl
クラス AbstractClassAutoDetector.FileSystemStrategy

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

protected static class AbstractClassAutoDetector.FileSystemStrategy
extends Object
implements AbstractClassAutoDetector.Strategy

ファイルシステム用の戦略です。


コンストラクタの概要
protected AbstractClassAutoDetector.FileSystemStrategy()
           
 
メソッドの概要
 void detect(String packageName, URL url, ClassTraversal.ClassHandler handler)
          Classを認識します。
protected  File getRootDir(String path, URL url)
          ルートディレクトリを返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractClassAutoDetector.FileSystemStrategy

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

detect

public void detect(String packageName,
                   URL url,
                   ClassTraversal.ClassHandler handler)
インタフェース AbstractClassAutoDetector.Strategy の記述:
Classを認識します。

定義:
インタフェース AbstractClassAutoDetector.Strategy 内の detect
パラメータ:
packageName -
url -
handler -

getRootDir

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

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


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