org.seasar.framework.autodetector.impl
クラス AbstractAutoDetector.JarFileStrategy

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

protected class AbstractAutoDetector.JarFileStrategy
extends Object
implements AbstractAutoDetector.Strategy


コンストラクタの概要
protected AbstractAutoDetector.JarFileStrategy()
           
 
メソッドの概要
protected  JarFile createJarFile(URL url)
           
 void detect(Class referenceClass, URL url, Traverser traverser)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractAutoDetector.JarFileStrategy

protected AbstractAutoDetector.JarFileStrategy()
メソッドの詳細

detect

public void detect(Class referenceClass,
                   URL url,
                   Traverser traverser)
定義:
インタフェース AbstractAutoDetector.Strategy 内の detect

createJarFile

protected JarFile createJarFile(URL url)


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