Uses of Class
net.sf.jabb.util.text.StartWithMatcher

Packages that use StartWithMatcher
net.sf.jabb.util.text   
 

Uses of StartWithMatcher in net.sf.jabb.util.text
 

Subclasses of StartWithMatcher in net.sf.jabb.util.text
 class StringStartWithMatcher
          Given a text string to be tested, and list of matching strings, find out which matching string the text string starts with.
给定一个待检查的文本字符串,以及一批开头匹配字符串,看看待检查的文本字符串以哪个匹配字符串开头。
 class UrlStartWithMatcher
          Given a text string to be tested, and list of matching strings, find out which matching string the text string starts with.
给定一个待检查的URL字符串,以及一批开头匹配字符串,看看待检查的URL字符串以哪个匹配字符串开头。
 

Constructors in net.sf.jabb.util.text with parameters of type StartWithMatcher
StartWithMatcher(StartWithMatcher toBeCopied)
          Create a copy, the copy will have exactly the same matching definitions as the original copy.
创建一个副本,这个副本与原先的对象具有完全相同匹配方式。
 



Copyright © 2012. All Rights Reserved.