A E F G I M O P R S

A

AbstractPatternMatcher - Class in org.codelabor.system.pattern.service
패턴 매처 추상 클래스
매처에 공통적으로 필요한 패턴 리스트 처리 방법을 추상화 한다.
AbstractPatternMatcher() - Constructor for class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
AbstractPatternReplacer - Class in org.codelabor.system.pattern.service
패턴 리플레이서 추상 클래스
리플레이서에 공통적으로 필요한 패턴 리스트 처리 방법을 추상화 한다.
AbstractPatternReplacer() - Constructor for class org.codelabor.system.pattern.service.AbstractPatternReplacer
 
ActivePatternFilterImpl - Class in org.codelabor.system.pattern.service
액티브 패턴 필터 구현 클래스
능동적인 패턴 필터링을 수행한다.
ActivePatternFilterImpl() - Constructor for class org.codelabor.system.pattern.service.ActivePatternFilterImpl
 
afterPropertiesSet() - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
afterPropertiesSet() - Method in class org.codelabor.system.pattern.service.AbstractPatternReplacer
 
afterPropertiesSet() - Method in class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
AntStylePatternMatcherImpl - Class in org.codelabor.system.pattern.service
AntStyle 패턴 매처 구현 클래스
정규 표현식으로 표현된 패턴에 대해 일치 여부를 확인할 수 있는 패턴 매처
AntStylePatternMatcherImpl() - Constructor for class org.codelabor.system.pattern.service.AntStylePatternMatcherImpl
 
AntStylePatternMatchUtils - Class in org.codelabor.system.pattern.util
Ant Style 패턴 매처 유틸리티
AntStylePatternMatchUtils() - Constructor for class org.codelabor.system.pattern.util.AntStylePatternMatchUtils
 
AntStylePatternReplaceUtils - Class in org.codelabor.system.pattern.util
AntStyle 패턴 치환 유틸리티
AntStylePatternReplaceUtils() - Constructor for class org.codelabor.system.pattern.util.AntStylePatternReplaceUtils
 
antStyleToRegexp(String) - Static method in class org.codelabor.system.pattern.util.AntStylePatternReplaceUtils
 

E

excludesPatternList - Variable in class org.codelabor.system.pattern.service.AbstractPatternMatcher
제외할 패턴 List (String 타입)
excludesPatternList - Variable in class org.codelabor.system.pattern.service.AbstractPatternReplacer
제외할 패턴 List (String 타입)

F

filter(String) - Method in class org.codelabor.system.pattern.service.ActivePatternFilterImpl
 
filter(String) - Method in class org.codelabor.system.pattern.service.PassivePatternFilterImpl
 
filter(String) - Method in interface org.codelabor.system.pattern.service.PatternFilter
입력 문자열을 정해진 룰에 따라 출력 문자열 형태로 필터링한다.

G

getExcludesPatternList() - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
제외할 패턴 List를 가져온다.
getExcludesPatternList() - Method in class org.codelabor.system.pattern.service.AbstractPatternReplacer
제외할 패턴 List를 가져온다.
getIncludesPatternList() - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
포함할 패턴 List를 가져온다.
getPatternMatcher() - Method in class org.codelabor.system.pattern.service.PassivePatternFilterImpl
패턴 매처를 가져온다.
getPatternReplacer() - Method in class org.codelabor.system.pattern.service.ActivePatternFilterImpl
패턴 리플레이서를 가져온다.
getSearchAndReplacePatternMap() - Method in class org.codelabor.system.pattern.service.AbstractPatternReplacer
포함할 검색 및 치환 패턴 Map을 가져온다.

I

includesPatternList - Variable in class org.codelabor.system.pattern.service.AbstractPatternMatcher
포함할 패턴 List (String 타입)

M

matches(String) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
matches(String, String) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
matches(List<String>, String) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
matches(List<String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
matches(String) - Method in class org.codelabor.system.pattern.service.AntStylePatternMatcherImpl
 
matches(String, String) - Method in class org.codelabor.system.pattern.service.AntStylePatternMatcherImpl
 
matches(List<String>, String) - Method in class org.codelabor.system.pattern.service.AntStylePatternMatcherImpl
 
matches(List<String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.AntStylePatternMatcherImpl
 
matches(String) - Method in interface org.codelabor.system.pattern.service.PatternMatcher
패턴 일치 여부를 확인한다.
matches(String, String) - Method in interface org.codelabor.system.pattern.service.PatternMatcher
패턴 일치 여부를 확인한다.
matches(List<String>, String) - Method in interface org.codelabor.system.pattern.service.PatternMatcher
패턴 일치 여부를 확인한다.
matches(List<String>, List<String>, String) - Method in interface org.codelabor.system.pattern.service.PatternMatcher
패턴 일치 여부를 확인한다.
matches(String) - Method in class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
matches(String, String) - Method in class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
matches(List<String>, String) - Method in class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
matches(List<String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
matches(String) - Method in class org.codelabor.system.pattern.service.SimplePatternMatcherImpl
 
matches(String, String) - Method in class org.codelabor.system.pattern.service.SimplePatternMatcherImpl
 
matches(List<String>, String) - Method in class org.codelabor.system.pattern.service.SimplePatternMatcherImpl
 
matches(List<String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.SimplePatternMatcherImpl
 
matches(String, String) - Static method in class org.codelabor.system.pattern.util.AntStylePatternMatchUtils
패턴 일치 여부를 확인한다.
matches(List<String>, String) - Static method in class org.codelabor.system.pattern.util.AntStylePatternMatchUtils
패턴 일치 여부를 확인한다.
matches(List<String>, List<String>, String) - Static method in class org.codelabor.system.pattern.util.AntStylePatternMatchUtils
패턴 일치 여부를 확인한다.
matches(String, String) - Static method in class org.codelabor.system.pattern.util.RegexPatternMatchUtils
패턴 일치 여부를 확인한다.
matches(List<String>, String) - Static method in class org.codelabor.system.pattern.util.RegexPatternMatchUtils
패턴 일치 여부를 확인한다.
matches(List<String>, List<String>, String) - Static method in class org.codelabor.system.pattern.util.RegexPatternMatchUtils
패턴 일치 여부를 확인한다.
matches(String, String) - Static method in class org.codelabor.system.pattern.util.SimplePatternMatchUtils
패턴 일치 여부를 확인한다.
matches(List<String>, String) - Static method in class org.codelabor.system.pattern.util.SimplePatternMatchUtils
패턴 일치 여부를 확인한다.
matches(List<String>, List<String>, String) - Static method in class org.codelabor.system.pattern.util.SimplePatternMatchUtils
패턴 일치 여부를 확인한다.

O

org.codelabor.system.pattern.exception - package org.codelabor.system.pattern.exception
 
org.codelabor.system.pattern.service - package org.codelabor.system.pattern.service
 
org.codelabor.system.pattern.util - package org.codelabor.system.pattern.util
 

P

PassivePatternFilterImpl - Class in org.codelabor.system.pattern.service
패시브 패턴 필터 구현 클래스
수동적인 패턴 필터링을 수행한다.
PassivePatternFilterImpl() - Constructor for class org.codelabor.system.pattern.service.PassivePatternFilterImpl
 
PatternFilter - Interface in org.codelabor.system.pattern.service
패턴 필터 인터페이스
PatternMatcher - Interface in org.codelabor.system.pattern.service
Regex 패턴 매처 인터페이스
PatternMatchException - Exception in org.codelabor.system.pattern.exception
패턴 일치 예외
패턴이 일치할 때 발생하는 예외
PatternMatchException() - Constructor for exception org.codelabor.system.pattern.exception.PatternMatchException
 
PatternMatchException(String) - Constructor for exception org.codelabor.system.pattern.exception.PatternMatchException
 
PatternMatchException(Throwable) - Constructor for exception org.codelabor.system.pattern.exception.PatternMatchException
 
PatternMatchException(String, Throwable) - Constructor for exception org.codelabor.system.pattern.exception.PatternMatchException
 
PatternReplacer - Interface in org.codelabor.system.pattern.service
패턴 리플레이서 인터페이스
패턴에 일치되는 문자열을 치환한다.

R

RegexPatternMatcherImpl - Class in org.codelabor.system.pattern.service
Regex 패턴 매처 구현 클래스
정규 표현식으로 표현된 패턴에 대해 일치 여부를 확인할 수 있는 패턴 매처
RegexPatternMatcherImpl() - Constructor for class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
RegexPatternMatchUtils - Class in org.codelabor.system.pattern.util
Regex 패턴 매처 유틸리티
RegexPatternMatchUtils() - Constructor for class org.codelabor.system.pattern.util.RegexPatternMatchUtils
 
RegexPatternReplacerImpl - Class in org.codelabor.system.pattern.service
Regex 패턴 리플레이서 구현 클래스
정규 표현식으로 표현된 패턴에 대해 치환을 확인할 수 있는 패턴 리플레이서
RegexPatternReplacerImpl() - Constructor for class org.codelabor.system.pattern.service.RegexPatternReplacerImpl
 
RegexPatternReplaceUtils - Class in org.codelabor.system.pattern.util
Regex 패턴 치환 유틸리티
RegexPatternReplaceUtils() - Constructor for class org.codelabor.system.pattern.util.RegexPatternReplaceUtils
 
replace(String) - Method in class org.codelabor.system.pattern.service.AbstractPatternReplacer
 
replace(String, String, String) - Method in class org.codelabor.system.pattern.service.AbstractPatternReplacer
 
replace(Map<String, String>, String) - Method in class org.codelabor.system.pattern.service.AbstractPatternReplacer
 
replace(Map<String, String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.AbstractPatternReplacer
 
replace(String) - Method in interface org.codelabor.system.pattern.service.PatternReplacer
문자열을 치환한다.
replace(String, String, String) - Method in interface org.codelabor.system.pattern.service.PatternReplacer
문자열을 치환한다.
replace(Map<String, String>, String) - Method in interface org.codelabor.system.pattern.service.PatternReplacer
문자열을 치환한다.
replace(Map<String, String>, List<String>, String) - Method in interface org.codelabor.system.pattern.service.PatternReplacer
문자열을 치환한다.
replace(String) - Method in class org.codelabor.system.pattern.service.RegexPatternReplacerImpl
 
replace(String, String, String) - Method in class org.codelabor.system.pattern.service.RegexPatternReplacerImpl
 
replace(Map<String, String>, String) - Method in class org.codelabor.system.pattern.service.RegexPatternReplacerImpl
 
replace(Map<String, String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.RegexPatternReplacerImpl
 
replace(String) - Method in class org.codelabor.system.pattern.service.SimplePatternReplacerImpl
 
replace(String, String, String) - Method in class org.codelabor.system.pattern.service.SimplePatternReplacerImpl
 
replace(Map<String, String>, String) - Method in class org.codelabor.system.pattern.service.SimplePatternReplacerImpl
 
replace(Map<String, String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.SimplePatternReplacerImpl
 
replace(String, String, String) - Static method in class org.codelabor.system.pattern.util.RegexPatternReplaceUtils
패턴을 치환한다.
replace(Map<String, String>, String) - Static method in class org.codelabor.system.pattern.util.RegexPatternReplaceUtils
패턴을 치환한다.
replace(Map<String, String>, List<String>, String) - Static method in class org.codelabor.system.pattern.util.RegexPatternReplaceUtils
패턴을 치환한다.
replace(String, String, String) - Static method in class org.codelabor.system.pattern.util.SimplePatternReplaceUtils
패턴을 치환한다.
replace(Map<String, String>, String) - Static method in class org.codelabor.system.pattern.util.SimplePatternReplaceUtils
패턴을 치환한다.
replace(Map<String, String>, List<String>, String) - Static method in class org.codelabor.system.pattern.util.SimplePatternReplaceUtils
패턴을 치환한다.

S

searchAndReplacePatternMap - Variable in class org.codelabor.system.pattern.service.AbstractPatternReplacer
포함할 검색 및 치환 패턴 Map (String, String 타입)
setExcludesPatternList(List<String>) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
제외할 패턴 List를 설정한다.
setExcludesPatternList(List<String>) - Method in class org.codelabor.system.pattern.service.AbstractPatternReplacer
제외할 패턴 List를 설정한다.
setIncludesPatternList(List<String>) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
포함할 패턴 List를 설정한다.
setPatternMatcher(PatternMatcher) - Method in class org.codelabor.system.pattern.service.PassivePatternFilterImpl
패턴 매처를 설정한다.
setPatternReplacer(PatternReplacer) - Method in class org.codelabor.system.pattern.service.ActivePatternFilterImpl
패턴 리플레이서를 설정한다.
setSearchAndReplacePatternMap(Map<String, String>) - Method in class org.codelabor.system.pattern.service.AbstractPatternReplacer
포함할 검색 및 치환 패턴 Map을 설정한다.
SimplePatternMatcherImpl - Class in org.codelabor.system.pattern.service
Simple 패턴 매처 구현 클래스
정규 표현식으로 표현된 패턴에 대해 일치 여부를 확인할 수 있는 패턴 매처
SimplePatternMatcherImpl() - Constructor for class org.codelabor.system.pattern.service.SimplePatternMatcherImpl
 
SimplePatternMatchUtils - Class in org.codelabor.system.pattern.util
Simple 패턴 매처 유틸리티
SimplePatternMatchUtils() - Constructor for class org.codelabor.system.pattern.util.SimplePatternMatchUtils
 
SimplePatternReplacerImpl - Class in org.codelabor.system.pattern.service
Simple 패턴 리플레이서 구현 클래스
단순 문자열로 표현된 패턴에 대해 치환을 할 수 있는 패턴 리플레이서
SimplePatternReplacerImpl() - Constructor for class org.codelabor.system.pattern.service.SimplePatternReplacerImpl
 
SimplePatternReplaceUtils - Class in org.codelabor.system.pattern.util
Simple 패턴 치환 유틸리티
SimplePatternReplaceUtils() - Constructor for class org.codelabor.system.pattern.util.SimplePatternReplaceUtils
 

A E F G I M O P R S

Copyright © 2011 CODELABOR. All Rights Reserved.