Package com.igormaznitsa.jcp.utils.antpathmatcher
package com.igormaznitsa.jcp.utils.antpathmatcher
-
ClassDescription
PathMatcher
implementation for Ant-style path patterns.Tests whether or not a string matches against a pattern via aPattern
.The defaultComparator
implementation returned byAntPathMatcher.getPatternComparator(String)
.Value class that holds information about the pattern, e.g.A simple cache for patterns that depend on the configured path separator.Miscellaneous collection utility methods.Iterator wrapping an Enumeration.Miscellaneous object utility methods.Strategy interface forString
-based path matching.MiscellaneousString
utility methods.