org.seasar.framework.autodetector.impl
クラス ResourceAutoDetectorImpl

java.lang.Object
  拡張org.seasar.framework.autodetector.impl.AbstractAutoDetector
      拡張org.seasar.framework.autodetector.impl.ResourceAutoDetectorImpl
すべての実装インタフェース:
ResourceAutoDetector

public class ResourceAutoDetectorImpl
extends AbstractAutoDetector
implements ResourceAutoDetector

作成者:
taedium

入れ子クラスの概要
static class ResourceAutoDetectorImpl.Entry
           
 
クラス org.seasar.framework.autodetector.impl.AbstractAutoDetector から継承した入れ子クラス
AbstractAutoDetector.FileSystemStrategy, AbstractAutoDetector.JarFileStrategy, AbstractAutoDetector.Strategy, AbstractAutoDetector.ZipFileStrategy
 
フィールドの概要
static String INIT_METHOD
           
 
コンストラクタの概要
ResourceAutoDetectorImpl()
           
 
メソッドの概要
 void addIgnoreResourceNamePattern(String resourceName)
           
 void addResourceNamePattern(String resourceName)
           
 ResourceAutoDetector.Entry[] detect()
           
 Pattern getIgnoreResourceNamePattern(int index)
           
 int getIgnoreResourceNamePatternSize()
           
 Pattern getResourceNamePattern(int index)
           
 void getResourceNamePatternSize()
           
 void initialize()
           
protected  boolean isApplied(String resourceName)
           
protected  boolean isIgnored(String resourceName)
           
 
クラス org.seasar.framework.autodetector.impl.AbstractAutoDetector から継承したメソッド
addDirectoryName, addReferenceClass, addStrategy, getDirectoryName, getDirectoryNameSize, getReferenceClass, getReferenceClassSize, getStrategy
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

INIT_METHOD

public static final String INIT_METHOD
関連項目:
定数フィールド値
コンストラクタの詳細

ResourceAutoDetectorImpl

public ResourceAutoDetectorImpl()
メソッドの詳細

addResourceNamePattern

public void addResourceNamePattern(String resourceName)

addIgnoreResourceNamePattern

public void addIgnoreResourceNamePattern(String resourceName)

getResourceNamePattern

public Pattern getResourceNamePattern(int index)

getResourceNamePatternSize

public void getResourceNamePatternSize()

getIgnoreResourceNamePattern

public Pattern getIgnoreResourceNamePattern(int index)

getIgnoreResourceNamePatternSize

public int getIgnoreResourceNamePatternSize()

initialize

public void initialize()

detect

public ResourceAutoDetector.Entry[] detect()
定義:
インタフェース ResourceAutoDetector 内の detect

isApplied

protected boolean isApplied(String resourceName)

isIgnored

protected boolean isIgnored(String resourceName)


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