Interface for components that can match source strings against a specified pattern string.
<p/>
Different implementations can support different pattern types, for example, Ant style path expressions, or
regular expressions, or other types of text based patterns.
Interface for components that can match source strings against a specified pattern string. <p/> Different implementations can support different pattern types, for example, Ant style path expressions, or regular expressions, or other types of text based patterns.
@see hunt.shiro.util.AntPathMatcher AntPathMatcher RC2