hunt.text.PathMatcher

Undocumented in source.

Members

Classes

AntPathMatcher
class AntPathMatcher

{@link PathMatcher} implementation for Ant-style path patterns.

AntPathStringMatcher
class AntPathStringMatcher

Tests whether or not a string matches against a pattern via a {@link Pattern}. <p>The pattern may contain special characters: '*' means zero or more characters; '?' means one and only one character; '{' and '}' indicate a URI template pattern. For example <tt>/users/{user}</tt>.

Interfaces

PathMatcher
interface PathMatcher

Strategy interface for {@code string}-based path matching.

Meta