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
クラス 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.