Uses of Class
org.miaixz.bus.core.text.AntPathMatcher
Packages that use AntPathMatcher
-
Uses of AntPathMatcher in org.miaixz.bus.core.text
Methods in org.miaixz.bus.core.text that return AntPathMatcherModifier and TypeMethodDescriptionAntPathMatcher.setCachePatterns(boolean cachePatterns) Specify whether to cache parsed pattern metadata for patterns passed into this matcher'smatch(java.lang.String, java.lang.String)method.AntPathMatcher.setCaseSensitive(boolean caseSensitive) 设置是否大小写敏感,默认为trueAntPathMatcher.setPathSeparator(String pathSeparator) 设置路径分隔符AntPathMatcher.setTrimTokens(boolean trimTokens) 设置是否去除路径节点两边的空白符,默认为false