Uses of Interface
org.codelabor.system.pattern.service.PatternReplacer

Packages that use PatternReplacer
org.codelabor.system.pattern.service   
 

Uses of PatternReplacer in org.codelabor.system.pattern.service
 

Classes in org.codelabor.system.pattern.service that implement PatternReplacer
 class AbstractPatternReplacer
          패턴 리플레이서 추상 클래스
리플레이서에 공통적으로 필요한 패턴 리스트 처리 방법을 추상화 한다.
 class RegexPatternReplacerImpl
          Regex 패턴 리플레이서 구현 클래스
정규 표현식으로 표현된 패턴에 대해 치환을 확인할 수 있는 패턴 리플레이서
 class SimplePatternReplacerImpl
          Simple 패턴 리플레이서 구현 클래스
단순 문자열로 표현된 패턴에 대해 치환을 할 수 있는 패턴 리플레이서
 

Methods in org.codelabor.system.pattern.service that return PatternReplacer
 PatternReplacer ActivePatternFilterImpl.getPatternReplacer()
          패턴 리플레이서를 가져온다.
 

Methods in org.codelabor.system.pattern.service with parameters of type PatternReplacer
 void ActivePatternFilterImpl.setPatternReplacer(PatternReplacer patternReplacer)
          패턴 리플레이서를 설정한다.
 



Copyright © 2011 CODELABOR. All Rights Reserved.