Class PathMatcher

    • Constructor Summary

      Constructors 
      Constructor Description
      PathMatcher​(java.lang.String pattern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathMatcher

        public PathMatcher​(java.lang.String pattern)
    • Method Detail

      • matches

        public boolean matches​(java.lang.String path)
        Specified by:
        matches in interface PatternMatcher