java.lang.Object
com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher.PathSeparatorPatternCache
- Enclosing class:
AntPathMatcher
private static final class AntPathMatcher.PathSeparatorPatternCache
extends Object
A simple cache for patterns that depend on the configured path separator.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
endsOnWildCard
private final String endsOnWildCard
-
endsOnDoubleWildCard
private final String endsOnDoubleWildCard
-
Constructor Details
-
PathSeparatorPatternCache
public PathSeparatorPatternCache(String pathSeparator)
-
Method Details
-
getEndsOnWildCard
public String getEndsOnWildCard()
-
getEndsOnDoubleWildCard
public String getEndsOnDoubleWildCard()