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

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

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


コンストラクタの概要
protected AbstractClassAutoDetector.CodeSourceFileStrategy()
           
 
メソッドの概要
protected  JarFile createJarFile(URL url)
           
 void detect(String packageName, URL url, ClassTraversal.ClassHandler handler)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractClassAutoDetector.CodeSourceFileStrategy

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

detect

public void detect(String packageName,
                   URL url,
                   ClassTraversal.ClassHandler handler)
定義:
インタフェース AbstractClassAutoDetector.Strategy 内の detect

createJarFile

protected JarFile createJarFile(URL url)


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