A E 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
 
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 타입)

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를 가져온다.
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

maches(String) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
maches(String, String) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
maches(List<String>, String) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
maches(List<String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.AbstractPatternMatcher
 
maches(String) - Method in class org.codelabor.system.pattern.service.AntStylePatternMatcherImpl
 
maches(String, String) - Method in class org.codelabor.system.pattern.service.AntStylePatternMatcherImpl
 
maches(List<String>, String) - Method in class org.codelabor.system.pattern.service.AntStylePatternMatcherImpl
 
maches(List<String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.AntStylePatternMatcherImpl
 
maches(String) - Method in interface org.codelabor.system.pattern.service.PatternMatcher
패턴 일치 여부를 확인한다.
maches(String, String) - Method in interface org.codelabor.system.pattern.service.PatternMatcher
패턴 일치 여부를 확인한다.
maches(List<String>, String) - Method in interface org.codelabor.system.pattern.service.PatternMatcher
패턴 일치 여부를 확인한다.
maches(List<String>, List<String>, String) - Method in interface org.codelabor.system.pattern.service.PatternMatcher
패턴 일치 여부를 확인한다.
maches(String) - Method in class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
maches(String, String) - Method in class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
maches(List<String>, String) - Method in class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
maches(List<String>, List<String>, String) - Method in class org.codelabor.system.pattern.service.RegexPatternMatcherImpl
 
maches(String) - Method in class org.codelabor.system.pattern.service.SimplePatternMatcherImpl
 
maches(String, String) - Method in class org.codelabor.system.pattern.service.SimplePatternMatcherImpl
 
maches(List<String>, String) - Method in class org.codelabor.system.pattern.service.SimplePatternMatcherImpl
 
maches(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.service - package org.codelabor.system.pattern.service
 
org.codelabor.system.pattern.util - package org.codelabor.system.pattern.util
 

P

PatternMatcher - Interface in org.codelabor.system.pattern.service
Regex 패턴 매처 인터페이스
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를 설정한다.
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 G I M O P R S

Copyright © 2011 CODELABOR. All Rights Reserved.