cn.dreampie.common.util.matcher
接口 Matcher

所有已知实现类:
AntPathMatcher

public interface Matcher

Created by ice on 14-9-10.


方法摘要
 boolean matches(String pattern, String source)
          Returns true if the given source matches the specified pattern, false otherwise.
 

方法详细信息

matches

boolean matches(String pattern,
                String source)
Returns true if the given source matches the specified pattern, false otherwise.

参数:
pattern - the pattern to match against
source - the source to match
返回:
true if the given source matches the specified pattern, false otherwise.


Copyright © 2015. All rights reserved.