Class Utils


  • public class Utils
    extends java.lang.Object
    This method is copied from org.apache.sshd.common.file.util.BaseFileSystem#globToRegex(java.lang.String) which is used by java.nio.file.FileSystem#getPathMatcher(java.lang.String). It had to be copied because of restricted access
    • Constructor Summary

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String globToRegex​(java.lang.String pattern)  
      • Methods inherited from class java.lang.Object

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

      • Utils

        public Utils()
    • Method Detail

      • globToRegex

        public static java.lang.String globToRegex​(java.lang.String pattern)