Class AntPathMatcher.PathSeparatorPatternCache
- java.lang.Object
-
- com.igormaznitsa.jcp.utils.antpathmatcher.AntPathMatcher.PathSeparatorPatternCache
-
- Enclosing class:
- AntPathMatcher
private static final class AntPathMatcher.PathSeparatorPatternCache extends java.lang.Object
A simple cache for patterns that depend on the configured path separator.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
endsOnDoubleWildCard
private java.lang.String
endsOnWildCard
-
Constructor Summary
Constructors Constructor Description PathSeparatorPatternCache(java.lang.String pathSeparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEndsOnDoubleWildCard()
java.lang.String
getEndsOnWildCard()
-