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.ObjectA simple cache for patterns that depend on the configured path separator.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringendsOnDoubleWildCardprivate java.lang.StringendsOnWildCard
-
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.StringgetEndsOnDoubleWildCard()java.lang.StringgetEndsOnWildCard()
-