Class AntPathMatcher.PathSeparatorPatternCache

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.
  • 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()