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

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

protected class AbstractAutoDetector.ZipFileStrategy
extends Object
implements AbstractAutoDetector.Strategy


コンストラクタの概要
protected AbstractAutoDetector.ZipFileStrategy()
           
 
メソッドの概要
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.ZipFileStrategy

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

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.